PieceAllowance
An allowance of the maximum number of each allowable baggage type.
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 |
Piece allowance description and additional information. |
string |
false |
|
|
false |
pieceDimensionAllowance |
A Baggage dimension allowance with application information. |
array |
false |
DimensionAllowance |
--- |
false |
pieceWeightAllowance |
A baggage weight allowance with application information. |
array |
false |
WeightAllowance |
--- |
false |
totalQty |
Maximum pieces of baggage allowed. Example: 4 |
number |
false |
|
|
false |
typeText |
Type of bag. Example: Golf Equipment, Fishing Bag, Car Seat, etc. |
string |
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" : [ { } ]
},
"descText" : "string",
"pieceDimensionAllowance" : [ {
"applicableBagText" : "string",
"applicablePartyText" : "string",
"baggageAllowance" : { },
"baggageDimensionCategoryText" : "string",
"descText" : "string",
"maxMeasure" : { },
"minMeasure" : { },
"pieceAllowance" : { },
"qty" : "number"
} ],
"pieceWeightAllowance" : [ {
"applicableBagText" : "string",
"applicablePartyText" : "string",
"baggageAllowance" : { },
"descText" : "string",
"maximumWeightMeasure" : { },
"pieceAllowance" : { }
} ],
"totalQty" : "number",
"typeText" : "string"
}