/
AvailabilityDay
AvailabilityDay
Structure
Field | Type | Required | Description |
---|---|---|---|
date | LocalDate | true | Date |
displayAmount | BigDecimal | false | displayAmount |
amount | BigDecimal | false | amount |
sourceAmount | BigDecimal | false | sourceAmount |
accommodationAmount | BigDecimal | false | accommodationAmount |
sourceAccommodationAmount | BigDecimal | false | sourceAccommodationAmount |
boardAmount | BigDecimal | false | boardAmount |
sourceBoardAmount | BigDecimal | false | sourceBoardAmount |
serviceAmount | BigDecimal | false | serviceAmount |
sourceServiceAmount | BigDecimal | false | sourceServiceAmount |
available | Boolean | false | show if day is available |
closed | Boolean | false | closed |
minStay | Integer | false | minStay |
maxStay | Integer | false | maxStay |
closedToArrival | Boolean | false | closedToArrival |
closedToDeparture | Boolean | false | closedToDeparure |
JSON representation
{ "date": "2023-10-18", "displayAmount": 173.000000, "amount": 173.000000, "sourceAmount": 173.000000, "accommodationAmount": 173.000000, "sourceAccommodationAmount": 173.000000, "boardAmount": 0, "sourceBoardAmount": 0, "serviceAmount": 0, "sourceServiceAmount": 0 "available": false, "closed": false, "minStay": 2, "maxStay": 0, "closedToArrival": false, "closedToDeparture": false }
, multiple selections available,
Related content
AvailabilityRateAvailability
AvailabilityRateAvailability
Read with this
Reservation
Reservation
More like this
ReservationRoomStayService
ReservationRoomStayService
More like this
Revenue
Revenue
More like this
Allotment
Allotment
More like this
Policy
Policy
More like this