Class: Stripe::Treasury::FinancialAccount::UpdateParams::Features::FinancialAddresses::Aba

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(bank: nil, requested: nil) ⇒ Aba

Returns a new instance of Aba.



374
375
376
377
# File 'lib/stripe/resources/treasury/financial_account.rb', line 374

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

Instance Attribute Details

#bankObject

Requested bank partner



369
370
371
# File 'lib/stripe/resources/treasury/financial_account.rb', line 369

def bank
  @bank
end

#requestedObject

Whether the FinancialAccount should have the Feature.



372
373
374
# File 'lib/stripe/resources/treasury/financial_account.rb', line 372

def requested
  @requested
end