Skip to content

Commit 8fded74

Browse files
authored
Merge pull request #848 from duffelhq/casing
Update stop types
2 parents df2f6f2 + 613c526 commit 8fded74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/booking/Offers/OfferTypes.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,12 +511,12 @@ export interface OfferSliceSegmentStop {
511511
/**
512512
* The ISO 8601 datetime at which the Stop is scheduled to arrive, in the airport's timezone (see destination.timezone)
513513
*/
514-
arrivingAt: string
514+
arriving_at: string
515515

516516
/**
517517
* The ISO 8601 datetime at which the Stop is scheduled to depart, in the airport's timezone (see origin.timezone)
518518
*/
519-
departingAt: string
519+
departing_at: string
520520

521521
/**
522522
* The duration of the Stop, represented as a ISO 8601 duration

0 commit comments

Comments
 (0)