> ## Documentation Index
> Fetch the complete documentation index at: https://terminal49-current-status.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Container model interface reference

> Reference for the Container interface, the simplified container model returned by mapped SDK responses, including demurrage, equipment, and location.

# Interface: Container

Simplified container model returned by mapped SDK responses.

## Indexable

> \[`key`: `string`]: `any`

## Properties

| Property                                   | Type                                                                                              |
| ------------------------------------------ | ------------------------------------------------------------------------------------------------- |
| <a id="property-demurrage" /> `demurrage?` | `object`                                                                                          |
| `demurrage.fees?`                          | `any`\[]                                                                                          |
| `demurrage.holds?`                         | `any`\[]                                                                                          |
| `demurrage.pickupAppointmentAt?`           | `string` \| `null`                                                                                |
| `demurrage.pickupLfd?`                     | `string` \| `null`                                                                                |
| <a id="property-equipment" /> `equipment?` | `object`                                                                                          |
| `equipment.height?`                        | `number`                                                                                          |
| `equipment.length?`                        | `number`                                                                                          |
| `equipment.type?`                          | `string`                                                                                          |
| `equipment.weightLbs?`                     | `number`                                                                                          |
| <a id="property-id" /> `id`                | `string`                                                                                          |
| <a id="property-location" /> `location?`   | `object`                                                                                          |
| `location.availableForPickup?`             | `boolean`                                                                                         |
| `location.currentLocation?`                | `string`                                                                                          |
| `location.podArrivedAt?`                   | `string` \| `null`                                                                                |
| `location.podDischargedAt?`                | `string` \| `null`                                                                                |
| <a id="property-number" /> `number?`       | `string`                                                                                          |
| <a id="property-shipment" /> `shipment?`   | [`Shipment`](/sdk/reference/types/models/interfaces/Shipment) \| `null`                           |
| <a id="property-status" /> `status?`       | `string`                                                                                          |
| <a id="property-terminals" /> `terminals?` | `object`                                                                                          |
| `terminals.destinationTerminal?`           | \{ `firmsCode?`: `string`; `id?`: `string`; `name?`: `string`; `nickname?`: `string`; } \| `null` |
| `terminals.podTerminal?`                   | \{ `firmsCode?`: `string`; `id?`: `string`; `name?`: `string`; `nickname?`: `string`; } \| `null` |
