Class: Stripe::SetupIntentService::UpdateParams::PaymentMethodData::IdBankTransfer

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/setup_intent_service.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.



1600
1601
1602
# File 'lib/stripe/services/setup_intent_service.rb', line 1600

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

Instance Attribute Details

#bankObject

Bank where the account is held.



1598
1599
1600
# File 'lib/stripe/services/setup_intent_service.rb', line 1598

def bank
  @bank
end