Summary
Types
@type t() :: %Travel.Flights.Types.Payment{ airline_credit_id: (String.t() | nil) | nil, amount: String.t() | nil, created_at: String.t() | nil, currency: (String.t() | nil) | nil, failure_reason: (String.t() | nil) | nil, id: String.t() | nil, live_mode: (boolean() | nil) | nil, order_id: (String.t() | nil) | nil, status: (atom() | nil) | nil, type: atom() | nil }