/
ProformaProductDiscount
ProformaProductDiscount
Structure
Field | Type | Required | Description |
---|---|---|---|
company | Company | true | Company related to the ProformaProductDiscount. |
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
{ "company": { "id": 1, "name": "Booking" }, "quantity": 1, "product": { "id": 34, "name": "Discount", "productType": { "id": 7, "code": "DIS", "name": "Discount" } }, "name": "Discount", "price": 2.023234, "currency": { "id": 1, "code": "EUR", "name": "Euro" }, "amount": 1, "percentage": 2 }
, multiple selections available,
Related content
ProformaProductCommission
ProformaProductCommission
More like this
ProformaProductTax
ProformaProductTax
More like this
InvoiceProductDiscount
InvoiceProductDiscount
More like this
RateProductOccupancyAvailability
RateProductOccupancyAvailability
More like this
InvoiceProductCommission
InvoiceProductCommission
More like this
FolioProduct
FolioProduct
More like this