Class NewPayment
Inheritance
System.Object
NewPayment
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class NewPayment : Object
Constructors
NewPayment()
Declaration
Properties
Address
Declaration
public Address Address { get; set; }
Property Value
Amount
Declaration
public double Amount { get; set; }
Property Value
Type |
Description |
System.Double |
|
BillingInfo
Declaration
public PaymentMethodBillingInfo BillingInfo { get; set; }
Property Value
CardType
Declaration
public string CardType { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpireDate
Declaration
public DateTime ExpireDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
FirstSix
Declaration
public string FirstSix { get; set; }
Property Value
Type |
Description |
System.String |
|
FraudPreventionData
Declaration
public FraudPreventionData FraudPreventionData { get; set; }
Property Value
Declaration
public string Input1 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string Input2 { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int InputMonth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int InputYear { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Last4
Declaration
public string Last4 { get; set; }
Property Value
Type |
Description |
System.String |
|
MerchantId
Declaration
public int MerchantId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
OrderPaymentId
Declaration
public int OrderPaymentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProfileType
Declaration
public OnFileProfile ProfileType { get; set; }
Property Value
RedirectUrl
Declaration
public string RedirectUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
SecurityCode
Declaration
public string SecurityCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Token
Declaration
public string Token { get; set; }
Property Value
Type |
Description |
System.String |
|