OrderStatus Class

Definition

Represents a single status change.

public class OrderStatus
type OrderStatus = class
Public Class OrderStatus
Inheritance
OrderStatus

Constructors

OrderStatus()

Initializes a new instance of the OrderStatus class.

OrderStatus(String, Nullable<DateTime>, String, TrackingInfo, IDictionary<String,String>)

Initializes a new instance of the OrderStatus class.

Properties

AdditionalOrderDetails

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

Comments

Gets or sets comments related to this status change.

Status

Gets or sets status of the order as per the allowed status types. Possible values include: 'Untracked', 'AwaitingFulfillment', 'AwaitingPreparation', 'AwaitingShipment', 'Shipped', 'Arriving', 'Delivered', 'ReplacementRequested', 'LostDevice', 'Declined', 'ReturnInitiated', 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft', 'AwaitingPickup', 'PickupCompleted', 'AwaitingDrop'

TrackingInformation

Gets tracking information related to the state in the ordering flow

UpdateDateTime

Gets time of status update.

Methods

Validate()

Validate the object.

Applies to