StripeElixir.Params.PaymentMethodCreateParams.NaverPay
(stripe_elixir v0.1.0)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %StripeElixir.Params.PaymentMethodCreateParams.NaverPay{ funding: String.t() | nil }
funding- Whether to use Naver Pay points or a card to fund this transaction. If not provided, this defaults tocard. Possible values:card,points.