Class CreditCardValidation
- Namespace
- InSite.Domain.Payments
- Assembly
- Shift.Sdk.dll
public class CreditCardValidation
- Inheritance
-
CreditCardValidation
- Inherited Members
-
- Extension Methods
-
Constructors
CreditCardValidation()
public CreditCardValidation()
Properties
Amount
public decimal Amount { get; set; }
Property Value
- decimal
Approved
public int Approved { get; set; }
Property Value
- int
AuthCode
public string AuthCode { get; set; }
Property Value
- string
CvdId
public string CvdId { get; set; }
Property Value
- string
Message
public string Message { get; set; }
Property Value
- string
MessageId
public int MessageId { get; set; }
Property Value
- int
OrderNumber
public string OrderNumber { get; set; }
Property Value
- string
TransDate
public string TransDate { get; set; }
Property Value
- string
Type
public string Type { get; set; }
Property Value
- string
ValidationId
public string ValidationId { get; set; }
Property Value
- string