Class ExtendedPaymentResult
Inheritance
System.Object
ExtendedPaymentResult
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class ExtendedPaymentResult : Object
Constructors
ExtendedPaymentResult()
Declaration
public ExtendedPaymentResult()
Properties
Amount
Declaration
public double Amount { get; set; }
Property Value
Type |
Description |
System.Double |
|
AuthorizationCode
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Currency
Declaration
public string Currency { get; set; }
Property Value
Type |
Description |
System.String |
|
Response
Declaration
public string Response { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseId
Declaration
public string ResponseId { get; set; }
Property Value
Type |
Description |
System.String |
|
SpecialInstructionsURL
Declaration
public string SpecialInstructionsURL { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public PaymentStatus Status { get; set; }
Property Value
TransactionNumber
Declaration
public string TransactionNumber { get; set; }
Property Value
Type |
Description |
System.String |
|