Summary
Types
@type t() :: %Travel.Flights.Types.OrderChangeOfferSlice{ destination: map() | nil, destination_type: atom() | nil, duration: (String.t() | nil) | nil, fare_brand_name: (String.t() | nil) | nil, id: String.t() | nil, origin: map() | nil, origin_type: atom() | nil, segments: [Travel.Flights.Types.OfferSliceSegment.t()] | nil }