OrderStatusResponse

data class OrderStatusResponse(val additionalOrderDetails: Map<String, String>, val comments: String? = null, val status: String, val trackingInformation: TrackingInfoResponse, val updateDateTime: String)

Represents a single status change.

Constructors

Link copied to clipboard
constructor(additionalOrderDetails: Map<String, String>, comments: String? = null, status: String, trackingInformation: TrackingInfoResponse, updateDateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Dictionary to hold generic information which is not stored by the already existing properties

Link copied to clipboard
val comments: String? = null

Comments related to this status change.

Link copied to clipboard

Status of the order as per the allowed status types.

Link copied to clipboard

Tracking information related to the state in the ordering flow

Link copied to clipboard

Time of status update.