Stripe.Params.TestHelpers.Issuing.TransactionCreateUnlinkedRefundParams.PurchaseDetails.Flight
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.TestHelpers.Issuing.TransactionCreateUnlinkedRefundParams.PurchaseDetails.Flight{ departure_at: integer() | nil, passenger_name: String.t() | nil, refundable: boolean() | nil, segments: [ Stripe.Params.TestHelpers.Issuing.TransactionCreateUnlinkedRefundParams.PurchaseDetails.Flight.Segments.t() ] | nil, travel_agency: String.t() | nil }
departure_at- The time that the flight departed. Format: Unix timestamp.passenger_name- The name of the passenger. Max length: 5000.refundable- Whether the ticket is refundable.segments- The legs of the trip.travel_agency- The travel agency that issued the ticket. Max length: 5000.