name | data type | description |
---|---|---|
taxIncludedAmount | string | |
currencyCode | string | |
dutyFreeAmount | string | |
percentage | number | |
taxRate | string |
Example
{ "taxIncludedAmount" : "...", "currencyCode" : "...", "dutyFreeAmount" : "...", "percentage" : 12345.0, "taxRate" : "..." }