Record
price-accuracy-row
No description available.
record price-accuracy-row {
adult-occupancy: option<s32>,
affects-score: option<bool>,
cached-price-record: option<price-record>,
checkin-date: option<date>,
child-occupancy: option<s32>,
correction-time: option<string>,
device-type: option<free-booking-links-result-device-type-enum>,
fetched-price-record: option<price-record>,
final-domain: option<string>,
hotel: option<string>,
hotel-country-code: option<string>,
length-of-stay-days: option<s32>,
mismatch-reason: option<price-accuracy-row-mismatch-reason-enum>,
rate-rule-id: option<string>,
signal-source: option<price-accuracy-row-signal-source-enum>,
url: option<string>,
user-region-code: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| adult-occupancy | option<s32> | |
| affects-score | option<bool> | |
| cached-price-record | option<price-record> | |
| checkin-date | option<date> | |
| child-occupancy | option<s32> | |
| correction-time | option<string> | |
| device-type | option<free-booking-links-result-device-type-enum> | |
| fetched-price-record | option<price-record> | |
| final-domain | option<string> | |
| hotel | option<string> | |
| hotel-country-code | option<string> | |
| length-of-stay-days | option<s32> | |
| mismatch-reason | option<price-accuracy-row-mismatch-reason-enum> | |
| rate-rule-id | option<string> | |
| signal-source | option<price-accuracy-row-signal-source-enum> | |
| url | option<string> | |
| user-region-code | option<string> |