Wasm Directoryalpha
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

NameTypeDescription
adult-occupancyoption​<s32>
affects-scoreoption​<bool>
cached-price-recordoption​<price-record>
checkin-dateoption​<date>
child-occupancyoption​<s32>
correction-timeoption​<string>
device-typeoption​<free-booking-links-result-device-type-enum>
fetched-price-recordoption​<price-record>
final-domainoption​<string>
hoteloption​<string>
hotel-country-codeoption​<string>
length-of-stay-daysoption​<s32>
mismatch-reasonoption​<price-accuracy-row-mismatch-reason-enum>
rate-rule-idoption​<string>
signal-sourceoption​<price-accuracy-row-signal-source-enum>
urloption​<string>
user-region-codeoption​<string>