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