OrderStatus interface

Represents a single status change.

Properties

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.

comments

Comments related to this status change.

status

Status of the order as per the allowed status types.

trackingInformation

Tracking information related to the state in the ordering flow NOTE: This property will not be serialized. It can only be populated by the server.

updateDateTime

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

trackingInformation

Tracking information related to the state in the ordering flow NOTE: This property will not be serialized. It can only be populated by the server.

trackingInformation?: TrackingInfo

Property Value

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