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

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.Charge.PaymentMethodDetails.Blik{
  buyer_id: String.t() | nil
}
```

* `buyer_id` - A unique and immutable identifier assigned by BLIK to every buyer. Max length: 5000. Nullable.

---

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