Class: Stripe::Treasury::FinancialAccountService::UpdateParams::Features::FinancialAddresses::Aba
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::FinancialAccountService::UpdateParams::Features::FinancialAddresses::Aba
- Defined in:
- lib/stripe/services/treasury/financial_account_service.rb
Instance Attribute Summary collapse
-
#bank ⇒ Object
Requested bank partner.
-
#requested ⇒ Object
Whether the FinancialAccount should have the Feature.
Instance Method Summary collapse
-
#initialize(bank: nil, requested: nil) ⇒ Aba
constructor
A new instance of Aba.
Methods inherited from RequestParams
Constructor Details
#initialize(bank: nil, requested: nil) ⇒ Aba
Returns a new instance of Aba.
296 297 298 299 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 296 def initialize(bank: nil, requested: nil) @bank = bank @requested = requested end |
Instance Attribute Details
#bank ⇒ Object
Requested bank partner
292 293 294 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 292 def bank @bank end |
#requested ⇒ Object
Whether the FinancialAccount should have the Feature.
294 295 296 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 294 def requested @requested end |