Class PaymentRequest
public class PaymentRequest
- Inheritance
-
PaymentRequest
- Inherited Members
- Extension Methods
Constructors
PaymentRequest()
public PaymentRequest()
PaymentRequest(string, decimal, MaskedCreditCard, BillingAddress, string)
public PaymentRequest(string orderNumber, decimal amount, MaskedCreditCard card, BillingAddress billingAddress, string customerIP)
Parameters
orderNumberstringamountdecimalcardMaskedCreditCardbillingAddressBillingAddresscustomerIPstring
Properties
Amount
public decimal Amount { get; }
Property Value
BillingAddress
public BillingAddress BillingAddress { get; }
Property Value
Card
public MaskedCreditCard Card { get; }
Property Value
CustomerIP
public string CustomerIP { get; }
Property Value
OrderNumber
public string OrderNumber { get; }