# `Stripe.Resources.Checkout.Session.PaymentMethodOptions.Swish`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/checkout/session.ex#L1963)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Checkout.Session.PaymentMethodOptions.Swish{
  reference: String.t() | nil
}
```

* `reference` - The order reference that will be displayed to customers in the Swish application. Defaults to the `id` of the Payment Intent. Max length: 5000. Nullable.

---

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