CurConversion
A result of converting one currency into another currency. E.g. local currency to USD, air miles to monetary.
Properties
Name |
Description |
Type |
Required |
Generic |
Enum |
Ignore |
amount |
Amount and currency specified in the converted currency. Example: 15000 USD |
Amount |
false |
|
|
false |
conversionRate |
Defines the rate used to convert the local currency into the billing currency. Do we want to define an official name for the Billing Currency? |
Rate |
false |
|
|
false |
localAmount |
Amount and currency as specified by the local Country. |
Amount |
false |
|
|
false |
price |
An amount of money expected, required, or given in payment for something. |
Price |
true |
|
|
false |
tax |
A compulsory contribution to state revenue, levied by the government on workers' income and business profits or added to the cost of some goods, services, and transactions. |
Tax |
false |
|
|
false |
{
"amount" : {
"curCode" : "string",
"value" : "number"
},
"conversionRate" : {
"baseCurCode" : "string",
"baseMultiplierValue" : "number",
"baseUnitCode" : "string",
"curCode" : "string",
"format" : "string",
"multiplierValue" : "number",
"unitCode" : "string",
"value" : "number"
},
"localAmount" : {
"curCode" : "string",
"value" : "number"
},
"price" : {
"alacarteofferitem" : { },
"baseAmount" : { },
"baseAmountGuaranteeTimeLimitDateTime" : "string",
"curConversion" : [ { } ],
"discount" : { },
"equivAmount" : { },
"fareComponent" : { },
"fareDetail" : { },
"farePriceType" : { },
"fee" : [ { } ],
"loyaltyUnitAmount" : { },
"loyaltyUnitName" : "string",
"markup" : [ { } ],
"maskedInd" : "boolean",
"offer" : { },
"offerItem" : { },
"order" : { },
"orderItem" : { },
"service" : { },
"surcharge" : [ { } ],
"taxSummary" : [ { } ],
"totalAmount" : { }
},
"tax" : {
"addlFiledTaxCode" : { },
"addlTaxCode" : { },
"amount" : { },
"approximateInd" : "boolean",
"appTypeCode" : "string",
"collectionInd" : "boolean",
"collectionPointTax" : [ { } ],
"country" : { },
"countrySubDivision" : { },
"curConversion" : { },
"descText" : "string",
"filedAmount" : { },
"filedTaxCode" : { },
"interlineSettlementInfo" : { },
"qualifierCode" : { },
"refundInd" : "boolean",
"salesTaxRegistration" : { },
"taxCode" : { },
"taxSummary" : { },
"typeCode" : { }
}
}