RateProductOccupancyAvailability
Structure
Field | Type | Required | Description |
---|---|---|---|
id | Integer | false | Id of the RateProductOccupancyAvailability. |
rateProductOccupancyId | Integer | false | Id of the rateProductOccupancyId. |
date | LocalDate | false | date of the RateProductOccupancyAvailability. |
amountAfterTax | BigDecimal | false | import of amountAfterTax. |
closed | Boolean | false | closed or open. |
minStay | Integer | false | minStay number of nights |
maxStay | Integer | false | maxStay number of nights |
closedToArrival | Boolean | false | is closedToArrival |
closedToDeparture | Boolean | false | is closedToDeparture |
percentDiscount | BigDecimal | false | percent of Discount |
amountDiscount | BigDecimal | false | import of Discount |
JSON representation
{ "id": 50, "rateProductOccupancyId": 1, "date": "2023-08-19", "amountAfterTax": 172.000000, "closed": false, "minStay": 0, "maxStay": 0, "closedToArrival": false, "closedToDeparture": false, "percentDiscount": null, "amountDiscount": null }