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)

Initializes a new instance of the OrderStatus class.

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', 'AwaitingFulfilment', 'AwaitingPreparation', 'AwaitingShipment', 'Shipped', 'Arriving', 'Delivered', 'ReplacementRequested', 'LostDevice', 'Declined', 'ReturnInitiated', 'AwaitingReturnShipment', 'ShippedBack', 'CollectedAtMicrosoft'

UpdateDateTime

Gets time of status update.

Methods

Validate()

Validate the object.

Applies to