Class: Stripe::SetupIntent::UpdateParams::PaymentMethodData::IdBankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/setup_intent.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank: nil) ⇒ IdBankTransfer

Returns a new instance of IdBankTransfer.



1831
1832
1833
# File 'lib/stripe/resources/setup_intent.rb', line 1831

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

Instance Attribute Details

#bankObject

Bank where the account is held.



1829
1830
1831
# File 'lib/stripe/resources/setup_intent.rb', line 1829

def bank
  @bank
end