OrderExpiration Class
Represents the expiration information of an order.
Namespace
OrderExpiration Properties
The following are properties for OrderExpiration.
expirationDateTime
The expiration date and time of the order.
Signature
public Datetime expirationDateTime {get; set;}
Property Value
Type: Datetime
expirationDateTimeValue
The expiration date and time variable of the order.
Signature
public Datetime expirationDateTimeValue {get; set;}
Property Value
Type: Datetime
durationFromCreation
The duration after creation when the order expires (in seconds).
Signature
public Long durationFromCreation {get; set;}
Property Value
Type: Long
durationFromCreationValue
The duration from creation variable of the order expiration.
Signature
public Long durationFromCreationValue {get; set;}
Property Value
Type: Long