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.
315 316 317 318 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 315 def initialize(bank: nil, requested: nil) @bank = bank @requested = requested end |
Instance Attribute Details
#bank ⇒ Object
Requested bank partner
310 311 312 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 310 def bank @bank end |
#requested ⇒ Object
Whether the FinancialAccount should have the Feature.
313 314 315 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 313 def requested @requested end |