Class: Stripe::SetupIntentUpdateParams::PaymentMethodData::P24

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/setup_intent_update_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(bank: nil) ⇒ P24

Returns a new instance of P24.



252
253
254
# File 'lib/stripe/params/setup_intent_update_params.rb', line 252

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

Instance Attribute Details

#bankObject

The customer’s bank.



250
251
252
# File 'lib/stripe/params/setup_intent_update_params.rb', line 250

def bank
  @bank
end