/
InvoiceProductTax
InvoiceProductTax
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the InvoiceProductTax. |
tax | Tax | true | Tax related to the InvoiceProductTax. |
name | String | true | Name of the InvoiceProductTax. |
amount | BigDecimal | true | Value of the InvoiceProductTax (price). |
percentageOfTax | BigDecimal | false | Percent to discount from original price |
amountOfTax | BigDecimal | false | Fixed amount to discount from original price |
JSON representation
{ "id": 1, "tax": { "id": 1, "name": "Barcelona City Tax" }, "name": "Barcelona City Tax", "amount": 2, "percentageOfTax": null, "amountOfTax": 2 }
, multiple selections available,
Related content
InvoiceTaxSummary
InvoiceTaxSummary
More like this
InvoiceProduct
InvoiceProduct
More like this
InvoiceProductCommission
InvoiceProductCommission
More like this
InvoiceProductDiscount
InvoiceProductDiscount
More like this
InvoiceType
InvoiceType
More like this
Invoice
Invoice
More like this