Skip to end of metadata
Go to start of metadata
You are viewing an old version of this page. View the current version.
Compare with Current
View Page History
Version 1
Next »
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
{
"chainProductId": 47,
"chainProductCode": "SGL",
"productName": "Single",
"productId": 692,
"adult": 1,
"junior": 0,
"child": 0,
"infant": 0,
"date": null,
"amountAfterTax": null,
"closed": null,
"minStay": null,
"maxStay": null,
"closedToArrival": null,
"closedToDeparture": null,
"quantityAvailable": null
}