ProformaProductTax
Structure
Field | Type | Required | Description |
---|---|---|---|
quantity | Integer | true | Number of elements of this type of Product. |
product | Product | true | Product related to the ProformaProductDiscount. |
name | String | true | Name of this discount. |
price | BigDecimal | true | Price in the related Currency. |
currency | Currency | true | Currency related to this proformaProductDiscount |
amount | BigDecimal | false | Fixed amount of discount |
percentage | BigDecimal | false | Percent of discount |
JSON representation
{ "quantity": 1, "product": { "id": 782, "name": "Tax 10%", "productType": { "id": 8, "code": "TAX", "name": "Tax" } }, "name": "Tax 10%", "price": 21.090909, "currency": { "id": 1, "code": "EUR", "name": "Euro" }, "amount": null, "percentage": 10 }