# `Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.PaymentMethodData.NaverPay`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/params/test_helpers/confirmation_token_create_params.ex#L353)

Nested parameters.

# `t`

```elixir
@type t() ::
  %Stripe.Params.TestHelpers.ConfirmationTokenCreateParams.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*
