Disclosure
A set of Information which should be made known.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
baggageDisclosure |
A Disclosure information specifically related to baggage. |
BaggageDisclosure |
false |
|
|
false |
disclosureIdentifier |
Uniquely Identifies a disclosure within the context of one message. |
string |
false |
|
|
false |
offer |
A proposal to sell a specific set of products or Services under specific conditions, for a certain price. Can be the response to a shopping request. |
Offer |
true |
|
|
false |
orderItem |
An individually priced item within an Order, made up of one or more Services. May or may not be a selected Offer Item (e.g. non-chargeable Services available on request such as a wheelchair). |
OrderItem |
true |
|
|
false |
{
"baggageDisclosure" : {
"baggageDisclosureIdentifier" : "string",
"bdc" : { },
"checkInChargesInd" : "boolean",
"commercialAgreementIdentifier" : "string",
"deferralInd" : "boolean",
"disclosure" : { },
"fixedPrePaidInd" : "boolean",
"ruleTypeCode" : { }
},
"disclosureIdentifier" : "string",
"offer" : {
"alacarteofferitem" : [ { } ],
"commission" : { },
"disclosure" : [ { } ],
"expirationTimeLimitDateTime" : "string",
"inventoryGuarantee" : { },
"marketingCarrier" : { },
"matchAppText" : "string",
"matchPercent" : "number",
"matchTypeCode" : { },
"offerIdentifier" : "string",
"offerItem" : [ { } ],
"order" : { },
"ownerTypeCode" : { },
"paymentTimeLimitDateTime" : "string",
"penalty" : [ { } ],
"ptcOfferParameters" : [ { } ],
"redemptionInd" : "boolean",
"requestedDateInd" : "boolean",
"totalPrice" : { },
"validatingCarrier" : { },
"webAddressUrlUri" : "string"
},
"orderItem" : {
"alacarteofferitem" : { },
"bilateralTimeLimit" : [ { } ],
"cancelRestrictions" : [ { } ],
"changeGroupIdentifier" : "string",
"changeRestrictions" : [ { } ],
"changeTypeText" : "string",
"commission" : [ { } ],
"creationDateTime" : "string",
"depositTimeLimitDateTime" : "string",
"disclosure" : [ { } ],
"fareDetail" : [ { } ],
"grandTotalAmount" : { },
"inventoryGuaranteeIdentifier" : "string",
"inventoryGuaranteeTimeLimitDateTime" : "string",
"marketingCarrier" : { },
"namingTimeLimitDateTime" : "string",
"offerItem" : { },
"order" : { },
"orderItemIdentifier" : "string",
"ownerTypeCode" : { },
"paxGroup" : { },
"paymentInfo" : [ { } ],
"paymentTimeLimitDateTime" : "string",
"penalty" : [ { } ],
"price" : { },
"priceGuaranteeTimeLimitDateTime" : "string",
"reusableInd" : "boolean",
"service" : [ { } ],
"statusCode" : { },
"ticketingTimeLimitDateTime" : "string",
"typeCode" : "string",
"webAddressUri" : "string"
}
}