Class: Stripe::PaymentIntentConfirmParams::PaymentMethodData::P24

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank: nil) ⇒ P24

Returns a new instance of P24.



486
487
488
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 486

def initialize(bank: nil)
  @bank = bank
end

Instance Attribute Details

#bankObject

The customer’s bank.



484
485
486
# File 'lib/stripe/params/payment_intent_confirm_params.rb', line 484

def bank
  @bank
end