Class: Stripe::PaymentIntent::CreateParams::PaymentMethodData::NaverPay

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/payment_intent.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(funding: nil) ⇒ NaverPay

Returns a new instance of NaverPay.



3011
3012
3013
# File 'lib/stripe/resources/payment_intent.rb', line 3011

def initialize(funding: nil)
  @funding = funding
end

Instance Attribute Details

#fundingObject

Whether to use Naver Pay points or a card to fund this transaction. If not provided, this defaults to ‘card`.



3009
3010
3011
# File 'lib/stripe/resources/payment_intent.rb', line 3009

def funding
  @funding
end