Skip to main content

Documentation Index

Fetch the complete documentation index at: https://terminal49.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Interface: Container

Simplified container model returned by mapped SDK responses.

Indexable

[key: string]: any

Properties

PropertyType
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
idstring
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