InvoiceTaxSummary
Structure
Field | Type | Required | Description |
---|---|---|---|
taxRate | BigDecimal | true | Amount of taxRate. |
taxFee | BigDecimal | true | Amount of taxFee. |
base | BigDecimal | true | Amount of base. |
JSON representation
{ "taxRate": 0, "taxFee": 1.2342 "base": 2.0023 }