# `Stripe.Params.TestHelpers.Issuing.TransactionCreateUnlinkedRefundParams.PurchaseDetails.Flight`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/issuing/transaction_create_unlinked_refund_params.ex#L175)

Nested parameters.

# `t`

```elixir
@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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
