StripeElixir.Params.PaymentMethodCreateParams.NaverPay (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@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 to card. Possible values: card, points.