Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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