Represents a Dell order.
Static methods
staticfromJson(json:DellOrderData):DellOrder
Creates a new Dell order from the specified JSON object.
Represents a Dell order.
staticfromJson(json:DellOrderData):DellOrder
Creates a new Dell order from the specified JSON object.
new(?__coco_init:{trackingInformation:Null<List<TrackingInformation>>, statusDateTime:Null<Date>, shipToInformation:Null<ShipToInformation>, revisedShipmentDate:Null<Date>, revisedDeliveryDate:Null<Date>, purchaseOrderLines:Null<List<PurchaseOrderLine>>, productInfo:Null<List<ProductInfo>>, orderStatus:Null<OrderStep>, orderNumber:Null<String>, invoiceNumber:Null<String>, invoiceDate:Null<Date>, estimatedShipmentDate:Null<Date>, estimatedDeliveryDate:Null<Date>, dellPurchaseId:Null<String>, actualShipmentDate:Null<Date>, actualDeliveryDate:Null<Date>})
finalobservables:{trackingInformation:Observable<List<TrackingInformation>>, statusDateTime:Observable<Null<Date>>, shipToInformation:Observable<Null<ShipToInformation>>, revisedShipmentDate:Observable<Null<Date>>, revisedDeliveryDate:Observable<Null<Date>>, purchaseOrderLines:Observable<List<PurchaseOrderLine>>, productInfo:Observable<List<ProductInfo>>, orderStatus:Observable<OrderStep>, orderNumber:Observable<String>, isInTransition:Observable<Bool>, invoiceNumber:Observable<String>, invoiceDate:Observable<Null<Date>>, estimatedShipmentDate:Observable<Null<Date>>, estimatedDeliveryDate:Observable<Null<Date>>, dellPurchaseId:Observable<String>, actualShipmentDate:Observable<Null<Date>>, actualDeliveryDate:Observable<Null<Date>>}