Requests.Payments.Payment.FlightLegDetail (CheckoutSDK v0.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %{
  flight_number: integer(),
  carrier_code: String.t(),
  service_class: String.t(),
  departure_date: String.t(),
  departure_time: String.t(),
  departure_airport: String.t(),
  arrival_airport: String.t(),
  stopover_code: String.t(),
  fare_basis_code: String.t()
}

Link to this section Functions