Class BamboraCreditCard
- Namespace
- InSite.Domain.Integrations.Bambora
- Assembly
- Shift.Sdk.dll
public class BamboraCreditCard
- Inheritance
-
BamboraCreditCard
- Inherited Members
- Extension Methods
Constructors
BamboraCreditCard()
public BamboraCreditCard()
Properties
cvd
public string cvd { get; set; }
Property Value
expiry_month
public string expiry_month { get; set; }
Property Value
expiry_year
public string expiry_year { get; set; }
Property Value
name
public string name { get; set; }
Property Value
number
public string number { get; set; }