# `Stripe.Resources.Charge.PaymentMethodDetails.Swish`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/charge.ex#L2004)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Swish{
  fingerprint: String.t() | nil,
  payment_reference: String.t() | nil,
  verified_phone_last4: String.t() | nil
}
```

* `fingerprint` - Uniquely identifies the payer's Swish account. You can use this attribute to check whether two Swish transactions were paid for by the same payer Max length: 5000. Nullable.
* `payment_reference` - Payer bank reference number for the payment Max length: 5000. Nullable.
* `verified_phone_last4` - The last four digits of the Swish account phone number Max length: 5000. Nullable.

---

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