Class PaymentInput
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
orderNumberstringamountdecimalcardUnmaskedCreditCardbillingAddressBillingAddresscustomerIPstring
Properties
Amount
public decimal Amount { get; }
Property Value
BillingAddress
public BillingAddress BillingAddress { get; }
Property Value
Card
public UnmaskedCreditCard Card { get; }
Property Value
CustomerIP
public string CustomerIP { get; }
Property Value
OrderNumber
public string OrderNumber { get; }
Property Value
Methods
CreateRequest()
public PaymentRequest CreateRequest()