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