Class OrderPaymentEventBase
Inheritance
System.Object
OrderPaymentEventBase
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public abstract class OrderPaymentEventBase : EventBase
Constructors
OrderPaymentEventBase()
Declaration
protected OrderPaymentEventBase()
Properties
Amount
Declaration
public double Amount { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 |
|
OrderPaymentId
Declaration
public int OrderPaymentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PaymentStatus
Declaration
public string PaymentStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
PaymentType
Declaration
public string PaymentType { get; set; }
Property Value
Type |
Description |
System.String |
|