OrderStatus

data class OrderStatus(val additionalDetails: Map<String, String>? = null, val comments: String? = null, val info: String? = null, val lastUpdate: String? = null)

Constructors

Link copied to clipboard
constructor(additionalDetails: Map<String, String>? = null, comments: String? = null, info: String? = null, lastUpdate: String? = null)

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
val info: String? = null

The current status of the order. Possible values include Untracked, AwaitingFulfilment, AwaitingPreparation, AwaitingShipment, Shipped, Arriving, Delivered, ReplacementRequested, LostDevice, Declined, ReturnInitiated, AwaitingReturnShipment, ShippedBack or CollectedAtMicrosoft.

Link copied to clipboard
val lastUpdate: String? = null

Time of status update.