PricingParameter
A set of Pricing Parameters, including Simple Pricing, Award Travel, Auto Exchange, Override Currency and Tax Exemption.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
autoExchInd |
When TRUE, this request is to be handled by an auto-exchange process. |
boolean |
false |
|
|
false |
awardIncludedInd |
When TRUE, award eligible offers to be returned in addition to priced offers. |
boolean |
false |
|
|
false |
awardOnlyInd |
When TRUE, only award eligible offers are requested. |
boolean |
false |
|
|
false |
overrideCurCode |
Currency code of any override. |
CurCode |
false |
|
|
false |
responseParameters |
An information related to how response results should be returned. |
ResponseParameters |
true |
|
|
false |
simplePricingInd |
When TRUE, simple pricing is requested for returned offers. |
boolean |
false |
|
|
false |
taxExemption |
A tax summary information. |
array |
false |
TaxSummary |
--- |
false |
{
"autoExchInd" : "boolean",
"awardIncludedInd" : "boolean",
"awardOnlyInd" : "boolean",
"overrideCurCode" : {
"curCodeEnum" : { }
},
"responseParameters" : {
"bdc" : { },
"curParameter" : [ { } ],
"device" : { },
"inventoryGuaranteeInd" : "boolean",
"langUsage" : [ { } ],
"marketingMessage" : [ { } ],
"measurementSystemCode" : { },
"paxGroup" : { },
"pricingParameter" : { },
"reasonCode" : "string",
"securePayerAuthenticationInstructions" : { }
},
"simplePricingInd" : "boolean",
"taxExemption" : [ {
"allRefundableInd" : "boolean",
"approximateInd" : "boolean",
"carrierFee" : { },
"collectionInd" : "boolean",
"coupon" : { },
"guaranteeTimeLimitDateTime" : "string",
"price" : { },
"pricingParameter" : { },
"tax" : [ { } ],
"totalTaxAmount" : { }
} ]
}