OrderStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |