Interface: Container
Simplified container model returned by mapped SDK responses.Indexable
[key:string]:any
Properties
| Property | Type | Description |
|---|---|---|
currentStatus? | string | Raw current_status from the API (also surfaced via status). |
demurrage? | object | - |
demurrage.fees? | any[] | - |
demurrage.holds? | any[] | - |
demurrage.pickupAppointmentAt? | string | null | - |
demurrage.pickupLfd? | string | null | - |
equipment? | object | - |
equipment.height? | number | - |
equipment.length? | number | - |
equipment.type? | string | - |
equipment.weightLbs? | number | - |
id | string | - |
location? | object | - |
location.availableForPickup? | boolean | - |
location.currentLocation? | string | - |
location.podArrivedAt? | string | null | - |
location.podDischargedAt? | string | null | - |
number? | string | - |
shipment? | Shipment | null | - |
status? | string | - |
terminals? | object | - |
terminals.destinationTerminal? | { firmsCode?: string; id?: string; name?: string; nickname?: string; } | null | - |
terminals.podTerminal? | { firmsCode?: string; id?: string; name?: string; nickname?: string; } | null | - |