Class: Stripe::PaymentMethodCreateParams::NaverPay

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/payment_method_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h

Constructor Details

#initialize(funding: nil) ⇒ NaverPay

Returns a new instance of NaverPay.



249
250
251
# File 'lib/stripe/params/payment_method_create_params.rb', line 249

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



247
248
249
# File 'lib/stripe/params/payment_method_create_params.rb', line 247

def funding
  @funding
end