# `Stripe.Resources.SetupAttempt.PaymentMethodDetails.NaverPay`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/setup_attempt.ex#L323)

Nested struct within the parent resource.

# `t`

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

* `buyer_id` - Uniquely identifies this particular Naver Pay account. You can use this attribute to check whether two Naver Pay accounts are the same. Max length: 5000.

---

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