Class: Stripe::Treasury::FinancialAccountService::UpdateParams::Features::InboundTransfers
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::FinancialAccountService::UpdateParams::Features::InboundTransfers
- Defined in:
- lib/stripe/services/treasury/financial_account_service.rb
Defined Under Namespace
Classes: Ach
Instance Attribute Summary collapse
-
#ach ⇒ Object
Enables ACH Debits via the InboundTransfers API.
Instance Method Summary collapse
-
#initialize(ach: nil) ⇒ InboundTransfers
constructor
A new instance of InboundTransfers.
Methods inherited from RequestParams
Constructor Details
#initialize(ach: nil) ⇒ InboundTransfers
Returns a new instance of InboundTransfers.
311 312 313 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 311 def initialize(ach: nil) @ach = ach end |
Instance Attribute Details
#ach ⇒ Object
Enables ACH Debits via the InboundTransfers API.
309 310 311 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 309 def ach @ach end |