# `Stripe.Params.SetupIntentCreateParams.PaymentMethodData.NaverPay`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/setup_intent_create_params.ex#L425)

Nested parameters.

# `t`

```elixir
@type t() :: %Stripe.Params.SetupIntentCreateParams.PaymentMethodData.NaverPay{
  funding: String.t() | nil
}
```

* `funding` - Whether to use Naver Pay points or a card to fund this transaction. If not provided, this defaults to `card`. Possible values: `card`, `points`.

---

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