A lodging availability contains stay information.
Field | Type | Description |
---|---|---|
arrival | String | Stay arrival (format: "YYYYMMDD") |
departure | String | Stay departure (format: "YYYYMMDD") |
basePrice | double | Initial price without discount |
price | double | Real price with discount |
discountPercent | int | Discount percent value (ex: 60 for -60%) |
priceEnabled | boolean | false means that price is only available through call center |
requestOnly | boolean | true means that customer must contact call center to book |
promotions | List<Promotions> | List of applied promotion to get the price from basePrice |