Class: Stripe::SetupIntentCreateParams::PaymentMethodData::SepaDebit

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

Returns a new instance of SepaDebit.



366
367
368
# File 'lib/stripe/params/setup_intent_create_params.rb', line 366

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

Instance Attribute Details

#ibanObject

IBAN of the bank account.



364
365
366
# File 'lib/stripe/params/setup_intent_create_params.rb', line 364

def iban
  @iban
end