Class Payment
public class Payment
- Inheritance
-
Payment
- Inherited Members
- Extension Methods
Constructors
Payment(string, decimal, MaskedCreditCard, BillingAddress, string)
public Payment(string orderNumber, decimal amount, MaskedCreditCard card, BillingAddress billing, string customerIP)
Parameters
orderNumberstringamountdecimalcardMaskedCreditCardbillingBillingAddresscustomerIPstring
Properties
CreatedBy
public Guid CreatedBy { get; set; }
Property Value
Error
public ErrorResponse Error { get; set; }
Property Value
Request
public PaymentRequest Request { get; set; }
Property Value
Response
public PaymentResponse Response { get; set; }
Property Value
Status
public PaymentStatus Status { get; set; }