Class: Stripe::PaymentIntentConfirmParams::PaymentMethodData::NaverPay

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_intent_confirm_params.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.



1152
1153
1154
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 1152

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`.



1150
1151
1152
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 1150

def funding
  @funding
end