Class: Stripe::PaymentIntentUpdateParams::PaymentMethodData::P24

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

attr_accessor, new, #to_h

Constructor Details

#initialize(bank: nil) ⇒ P24

Returns a new instance of P24.



460
461
462
# File 'lib/stripe/params/payment_intent_update_params.rb', line 460

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

Instance Attribute Details

#bankObject

The customer’s bank.



458
459
460
# File 'lib/stripe/params/payment_intent_update_params.rb', line 458

def bank
  @bank
end