Record
best-fares-params
No description available.
record best-fares-params {
catalogues: string,
origin: string,
destination: string,
travel-date: string,
trip-duration: string,
range: string,
accept: string,
cabin-class: option<string>,
country: option<string>,
trackingid: option<string>,
fare-family: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| catalogues | string | |
| origin | string | |
| destination | string | |
| travel-date | string | |
| trip-duration | string | |
| range | string | |
| accept | string | |
| cabin-class | option<string> | |
| country | option<string> | |
| trackingid | option<string> | |
| fare-family | option<string> |