Represents a shipment.
Static methods
staticfromJson(json:ShipmentData):Shipment
Creates a new estimated date range from the specified JSON object.
Represents a shipment.
staticfromJson(json:ShipmentData):Shipment
Creates a new estimated date range from the specified JSON object.
new(?__coco_init:{shippingPrice:Null<Float>, shippingMethod:Null<String>, shippingDiscount:Null<Float>, shippingContact:Null<ShippingContact>, shipmentId:Null<String>, mustArriveByDate:Null<Date>, estimatedShippingDateRange:Null<EstimatedDateRange>, estimatedDeliveryDateRange:Null<EstimatedDateRange>})
finalobservables:{shippingPrice:Observable<Float>, shippingMethod:Observable<String>, shippingDiscount:Observable<Float>, shippingContact:Observable<Null<ShippingContact>>, shipmentId:Observable<String>, mustArriveByDate:Observable<Null<Date>>, isInTransition:Observable<Bool>, estimatedShippingDateRange:Observable<Null<EstimatedDateRange>>, estimatedDeliveryDateRange:Observable<Null<EstimatedDateRange>>}