RateReferencePropertyRoomTypeAvailability
Structure
Field | Type | Required | Description |
---|---|---|---|
chainRoomTypeId | Integer | false | Id of the chainRoomType. |
chainRoomTypeCode | String | false | Code of the chainRoomType. |
chainRoomTypeName | String | false | Name  of the chainRoomType. |
propertyRoomTypeId | Integer | false | Id of the propertyRoomType. |
date | LocalDate | false | date of the RateReference |
amountAfterTax | BigDecimal | false | amountAfterTax |
closed | Boolean | false | closed |
minStay | Integer | false | minStay |
maxStay | Integer | false | maxStay |
closedToArrival | Boolean | false | closedToArrival |
closedToDeparture | Boolean | false | closedToDeparture |
quantityAvailable | Integer | false | quantityAvailable |
JSON representation
{ "chainRoomTypeId": 1, "chainRoomTypeCode": "SGL", "chainRoomTypeName": "Single", "propertyRoomTypeId": 2, "date": "2023-08-01", "amountAfterTax": 164.000000, "closed": false, "minStay": 0, "maxStay": 0, "closedToArrival": false, "closedToDeparture": false, "quantityAvailable": 0 }