The stay details based on arrival and departure.
| Field | Type | Description |
|---|---|---|
| id | String | Stay unique identifier |
| lodgingId | long | Lodging unique identifier |
| 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%) |
| discounts | Discount list | Available discounts |
| priceEnabled | boolean | false means that price is only available through call center |
| requestOnly | boolean | true means that customer must contact call center to book |