Source: https://guides.developer.iata.org/docs/download-the-latest-standards

HoldLayoutCargoInfo

A Hold Layout information by cargo type.

Properties

Name Description Type Required Generic Enum Ignore
cargoTypeCode Cargo Type Code (PP Pallets, LL ULD's) CargoTypeCode false false
holdLayout A Planned utilization layout of aircraft hold. HoldLayout true false
unitsQty Number of cargo units of the specified cargo type. number false false

Referenced By

HoldLayout
{
  "cargoTypeCode" : {
    "cargoTypeCodeEnum" : { }
  },
  "holdLayout" : {
    "aircraftGroupConfiguration" : [ { } ],
    "holdLayoutCargoInfo" : [ { } ],
    "holdLayoutIdentifier" : "string",
    "iataAircraftType" : { }
  },
  "unitsQty" : "number"
}