Skip to content

Commit

Permalink
Merge pull request #848 from duffelhq/casing
Browse files Browse the repository at this point in the history
Update stop types
  • Loading branch information
igorp1 authored Nov 22, 2023
2 parents df2f6f2 + 613c526 commit 8fded74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/booking/Offers/OfferTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,12 +511,12 @@ export interface OfferSliceSegmentStop {
/**
* The ISO 8601 datetime at which the Stop is scheduled to arrive, in the airport's timezone (see destination.timezone)
*/
arrivingAt: string
arriving_at: string

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

/**
* The duration of the Stop, represented as a ISO 8601 duration
Expand Down

0 comments on commit 8fded74

Please sign in to comment.