Class CreditCardResponse
- Namespace
- InSite.Domain.Payments
- Assembly
- Shift.Sdk.dll
public class CreditCardResponse
- Inheritance
-
CreditCardResponse
- Inherited Members
-
- Extension Methods
-
Constructors
CreditCardResponse()
public CreditCardResponse()
Properties
AddressMatch
public int AddressMatch { get; set; }
Property Value
- int
CardType
public string CardType { get; set; }
Property Value
- string
Contents
public string Contents { get; set; }
Property Value
- string
CvdResult
public int CvdResult { get; set; }
Property Value
- int
Eci
public int Eci { get; set; }
Property Value
- int
LastFour
public string LastFour { get; set; }
Property Value
- string
MerchantData
public string MerchantData { get; set; }
Property Value
- string
PostalResult
public int PostalResult { get; set; }
Property Value
- int