Class: Stripe::SetupIntentUpdateParams::PaymentMethodData::NaverPay

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



191
192
193
# File 'lib/stripe/params/setup_intent_update_params.rb', line 191

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



189
190
191
# File 'lib/stripe/params/setup_intent_update_params.rb', line 189

def funding
  @funding
end