Table of Contents

Class PaymentInput

Namespace
InSite.Domain.Payments
Assembly
Shift.Sdk.dll
public class PaymentInput
Inheritance
PaymentInput
Inherited Members
Extension Methods

Constructors

PaymentInput(string, decimal, UnmaskedCreditCard, BillingAddress, string)

public PaymentInput(string orderNumber, decimal amount, UnmaskedCreditCard card, BillingAddress billingAddress, string customerIP)

Parameters

orderNumber string
amount decimal
card UnmaskedCreditCard
billingAddress BillingAddress
customerIP string

Properties

Amount

public decimal Amount { get; }

Property Value

decimal

BillingAddress

public BillingAddress BillingAddress { get; }

Property Value

BillingAddress

Card

public UnmaskedCreditCard Card { get; }

Property Value

UnmaskedCreditCard

CustomerIP

public string CustomerIP { get; }

Property Value

string

OrderNumber

public string OrderNumber { get; }

Property Value

string

Methods

CreateRequest()

public PaymentRequest CreateRequest()

Returns

PaymentRequest