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

BaggageDisclosure

A Disclosure information specifically related to baggage.

Properties

Name Description Type Required Generic Enum Ignore
baggageDisclosureIdentifier Uniquely identifies a Bag Disclosure within the message. string false false
bdc An information for use in NDC Interline: The carrier whose baggage allowances and charges apply. Bdc false false
checkInChargesInd If TRUE, additional taxes, fees and charges may be collected at check-in (regionally determined). boolean false false
commercialAgreementIdentifier Bilateral agreement identifier E.g. baggage cost, Baggage Determining Carrier, etc. string false false
deferralInd If TRUE, The ORA advises the POA that the POA is given the Baggage Determining Carrier designation boolean false false
disclosure A set of Information which should be made known. Disclosure true false
fixedPrePaidInd Allows POA to tell the ORA if the ORA may alter the POA's pre-paid baggage charges. If TRUE, prepaid charge may NOT be altered If FALSE, prepaid charge MAY be altered boolean false false
ruleTypeCode US Department of Transportation (DOT) Reservation or Disclosure baggage rule. Examples: Y, Disclosure AND US DOT Reservation BagDisclosureRuleTypeCode false false

Referenced By

Bdc
Carrier
Disclosure
{
  "baggageDisclosureIdentifier" : "string",
  "bdc" : {
    "analysisResultCode" : { },
    "baggageAllowance" : { },
    "baggageDisclosure" : { },
    "bagRuleCode" : { },
    "carrierDesigCode" : { },
    "carrierName" : "string",
    "reasonText" : "string",
    "responseParameters" : { }
  },
  "checkInChargesInd" : "boolean",
  "commercialAgreementIdentifier" : "string",
  "deferralInd" : "boolean",
  "disclosure" : {
    "baggageDisclosure" : { },
    "disclosureIdentifier" : "string",
    "offer" : { },
    "orderItem" : { }
  },
  "fixedPrePaidInd" : "boolean",
  "ruleTypeCode" : {
    "bagDisclosureRuleTypeCodeEnum" : { }
  }
}