Record
get-flight-offers-params
No description available.
record get-flight-offers-params {
origin-location-code: string,
destination-location-code: string,
departure-date: string,
return-date: option<string>,
adults: s32,
children: option<s32>,
infants: option<s32>,
travel-class: option<get-flight-offers-travel-class-enum>,
included-airline-codes: option<string>,
excluded-airline-codes: option<string>,
non-stop: option<bool>,
currency-code: option<string>,
max-price: option<s32>,
max: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| origin-location-code | string | |
| destination-location-code | string | |
| departure-date | string | |
| return-date | option<string> | |
| adults | s32 | |
| children | option<s32> | |
| infants | option<s32> | |
| travel-class | option<get-flight-offers-travel-class-enum> | |
| included-airline-codes | option<string> | |
| excluded-airline-codes | option<string> | |
| non-stop | option<bool> | |
| currency-code | option<string> | |
| max-price | option<s32> | |
| max | option<s32> |