RateProductOccupancyAvailability

Structure

FieldTypeRequiredDescription
idIntegerfalseId of the RateProductOccupancyAvailability.
rateProductOccupancyIdIntegerfalseId of the rateProductOccupancyId.
dateLocalDatefalsedate of the RateProductOccupancyAvailability.
amountAfterTaxBigDecimalfalseimport of amountAfterTax.
closedBooleanfalseclosed or open.
minStayIntegerfalseminStay number of nights
maxStayIntegerfalsemaxStay number of  nights
closedToArrivalBooleanfalseis closedToArrival
closedToDepartureBooleanfalseis closedToDeparture
percentDiscountBigDecimalfalsepercent of Discount
amountDiscountBigDecimalfalseimport 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
}