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

DimensionAllowance

A Baggage dimension allowance with application information.

Properties

Name Description Type Required Generic Enum Ignore
applicableBagText Applicable bag type. Examples: Carry-On, 1st Checked Bag, 2nd Checked Bag string false false
applicablePartyText Baggage weight restriction application. Examples: Party, Traveler. Party applies to all Travelers. string false false
baggageAllowance An amount of checked or carry-on luggage the airline will allow per passenger. BaggageAllowance true false
baggageDimensionCategoryText Baggage dimensions category. Examples: Length, Height, Width, Total Linear string false false
descText Baggage Allowance description and additional information. string false false
maxMeasure Maximum dimensions value. Example: 62 Notes: Linear measurement = length + width + height Measure false false
minMeasure Minimum dimensions value. Example: 62 Notes: Linear measurement = length + width + height Measure false false
pieceAllowance An allowance of the maximum number of each allowable baggage type. PieceAllowance true false
qty Quantity of pieces allowed with these measurements. number false false
{
  "applicableBagText" : "string",
  "applicablePartyText" : "string",
  "baggageAllowance" : {
    "applicableBagText" : "string",
    "applicablePartyText" : "string",
    "baggageAllowanceIdentifier" : "string",
    "bdc" : { },
    "coupon" : { },
    "descText" : "string",
    "dimensionAllowance" : [ { } ],
    "paxJourney" : { },
    "pieceAllowance" : [ { } ],
    "reasonForIssuanceSubCode" : { },
    "serviceDefinition" : { },
    "ticket" : { },
    "typeCode" : { },
    "weightAllowance" : [ { } ]
  },
  "baggageDimensionCategoryText" : "string",
  "descText" : "string",
  "maxMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "minMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "pieceAllowance" : {
    "applicableBagText" : "string",
    "applicablePartyText" : "string",
    "baggageAllowance" : { },
    "descText" : "string",
    "pieceDimensionAllowance" : [ { } ],
    "pieceWeightAllowance" : [ { } ],
    "totalQty" : "number",
    "typeText" : "string"
  },
  "qty" : "number"
}