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

payment_method_naver_pay

# `t`

```elixir
@type t() :: %Stripe.Resources.NaverPay{buyer_id: String.t(), funding: String.t()}
```

* `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. Nullable.
* `funding` - Whether to fund this transaction with Naver Pay points or a card. Possible values: `card`, `points`.

# `object_name`

---

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