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

WeightAllowance

A baggage weight 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
descText Baggage Allowance description and additional information. string false false
maximumWeightMeasure Maximum weight value and unit of measure. Example: 50 Measure false false
pieceAllowance An allowance of the maximum number of each allowable baggage type. PieceAllowance true false
{
  "applicableBagText" : "string",
  "applicablePartyText" : "string",
  "baggageAllowance" : {
    "applicableBagText" : "string",
    "applicablePartyText" : "string",
    "baggageAllowanceIdentifier" : "string",
    "bdc" : { },
    "coupon" : { },
    "descText" : "string",
    "dimensionAllowance" : [ { } ],
    "paxJourney" : { },
    "pieceAllowance" : [ { } ],
    "reasonForIssuanceSubCode" : { },
    "serviceDefinition" : { },
    "ticket" : { },
    "typeCode" : { },
    "weightAllowance" : [ { } ]
  },
  "descText" : "string",
  "maximumWeightMeasure" : {
    "unitCode" : "string",
    "value" : "number"
  },
  "pieceAllowance" : {
    "applicableBagText" : "string",
    "applicablePartyText" : "string",
    "baggageAllowance" : { },
    "descText" : "string",
    "pieceDimensionAllowance" : [ { } ],
    "pieceWeightAllowance" : [ { } ],
    "totalQty" : "number",
    "typeText" : "string"
  }
}