Class: Stripe::PaymentMethod::CreateParams::NaverPay

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



900
901
902
# File 'lib/stripe/resources/payment_method.rb', line 900

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



898
899
900
# File 'lib/stripe/resources/payment_method.rb', line 898

def funding
  @funding
end