Class: Stripe::PaymentMethodService::CreateParams::NaverPay

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



287
288
289
# File 'lib/stripe/services/payment_method_service.rb', line 287

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



285
286
287
# File 'lib/stripe/services/payment_method_service.rb', line 285

def funding
  @funding
end