Class SinglePayment_ChargePaymentRequest
Inheritance
System.Object
SinglePayment_ChargePaymentRequest
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class SinglePayment_ChargePaymentRequest : Object
Constructors
SinglePayment_ChargePaymentRequest()
Declaration
public SinglePayment_ChargePaymentRequest()
Properties
Amount
Declaration
public double Amount { get; set; }
Property Value
Type |
Description |
System.Double |
|
BillingAddress
Declaration
public Address BillingAddress { get; set; }
Property Value
CurrencyCode
Declaration
public string CurrencyCode { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderNumber
Declaration
public int OrderNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PayerId
Declaration
public string PayerId { get; set; }
Property Value
Type |
Description |
System.String |
|