Class: Stripe::ConfirmationToken::CreateParams::PaymentMethodData::NaverPay

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



1114
1115
1116
# File 'lib/stripe/resources/confirmation_token.rb', line 1114

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



1112
1113
1114
# File 'lib/stripe/resources/confirmation_token.rb', line 1112

def funding
  @funding
end