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