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.



389
390
391
392
# File 'lib/stripe/resources/treasury/financial_account.rb', line 389

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

Instance Attribute Details

#bankObject

Requested bank partner



385
386
387
# File 'lib/stripe/resources/treasury/financial_account.rb', line 385

def bank
  @bank
end

#requestedObject

Whether the FinancialAccount should have the Feature.



387
388
389
# File 'lib/stripe/resources/treasury/financial_account.rb', line 387

def requested
  @requested
end