Class Payment
Inheritance
System.Object
Payment
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class Payment : Object
Constructors
Payment()
Declaration
Properties
BillingInfo
Declaration
public PaymentMethodBillingInfo BillingInfo { get; set; }
Property Value
CanDelete
Declaration
public bool CanDelete { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
CardType
Declaration
public string CardType { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpireMonth
Declaration
public int ExpireMonth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ExpireYear
Declaration
public int ExpireYear { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FirstSix
Declaration
public string FirstSix { get; set; }
Property Value
Type |
Description |
System.String |
|
Last4
Declaration
public string Last4 { get; set; }
Property Value
Type |
Description |
System.String |
|
ProfileType
Declaration
public OnFileProfile ProfileType { get; set; }
Property Value
Token
Declaration
public string Token { get; set; }
Property Value
Type |
Description |
System.String |
|