Stripe.Params.TestHelpers.Issuing.TransactionCreateForceCaptureParams.PurchaseDetails.Flight.Segments
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.Issuing.TransactionCreateForceCaptureParams.PurchaseDetails.Flight.Segments{ arrival_airport_code: String.t() | nil, carrier: String.t() | nil, departure_airport_code: String.t() | nil, flight_number: String.t() | nil, service_class: String.t() | nil, stopover_allowed: boolean() | nil }
arrival_airport_code- The three-letter IATA airport code of the flight's destination. Max length: 3.carrier- The airline carrier code. Max length: 5000.departure_airport_code- The three-letter IATA airport code that the flight departed from. Max length: 3.flight_number- The flight number. Max length: 5000.service_class- The flight's service class. Max length: 5000.stopover_allowed- Whether a stopover is allowed on this flight.