Class RefundPaymentRequest
Inheritance
System.Object
RefundPaymentRequest
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class RefundPaymentRequest : Object
Constructors
RefundPaymentRequest()
Declaration
public RefundPaymentRequest()
Properties
AuthorizationCode
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
PaymentAmount
Declaration
public double PaymentAmount { get; set; }
Property Value
Type |
Description |
System.Double |
|
ReferenceNumber
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
RefundAmount
Declaration
public double RefundAmount { get; set; }
Property Value
Type |
Description |
System.Double |
|
TransactionNumber
Declaration
public string TransactionNumber { get; set; }
Property Value
Type |
Description |
System.String |
|