OrderStatus interface
Represents a single status change.
Properties
additional |
Dictionary to hold generic information which is not stored by the already existing properties NOTE: This property will not be serialized. It can only be populated by the server. |
comments | Comments related to this status change. |
status | Status of the order as per the allowed status types. |
update |
Time of status update. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
additionalOrderDetails
Dictionary to hold generic information which is not stored by the already existing properties NOTE: This property will not be serialized. It can only be populated by the server.
additionalOrderDetails?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
comments
Comments related to this status change.
comments?: string
Property Value
string
status
Status of the order as per the allowed status types.
status: string
Property Value
string
updateDateTime
Time of status update. NOTE: This property will not be serialized. It can only be populated by the server.
updateDateTime?: Date
Property Value
Date