Class OrderPaymentStatusUpdate
Inheritance
System.Object
OrderPaymentStatusUpdate
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class OrderPaymentStatusUpdate : Object
Constructors
OrderPaymentStatusUpdate()
Declaration
public OrderPaymentStatusUpdate()
Properties
AuthorizationNumber
Declaration
public string AuthorizationNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
OrderPaymentId
Declaration
public int OrderPaymentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentStatus
Declaration
public PaymentStatus PaymentStatus { get; set; }
Property Value
PayType
Declaration
public string PayType { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferenceNumber
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseDescription
Declaration
public string ResponseDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
ResponseId
Declaration
public string ResponseId { get; set; }
Property Value
Type |
Description |
System.String |
|
SavedPaymentId
Declaration
public Nullable<int> SavedPaymentId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TransactionNumber
Declaration
public string TransactionNumber { get; set; }
Property Value
Type |
Description |
System.String |
|