We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df2f6f2 + 613c526 commit 8fded74Copy full SHA for 8fded74
src/booking/Offers/OfferTypes.ts
@@ -511,12 +511,12 @@ export interface OfferSliceSegmentStop {
511
/**
512
* The ISO 8601 datetime at which the Stop is scheduled to arrive, in the airport's timezone (see destination.timezone)
513
*/
514
- arrivingAt: string
+ arriving_at: string
515
516
517
* The ISO 8601 datetime at which the Stop is scheduled to depart, in the airport's timezone (see origin.timezone)
518
519
- departingAt: string
+ departing_at: string
520
521
522
* The duration of the Stop, represented as a ISO 8601 duration
0 commit comments