Travel.Flights.Types.OrderChangeOfferSlice (travel v0.2.0)

Copy Markdown View Source

Summary

Types

t()

@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
}