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.
340 341 342 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 340 def initialize(ach: nil) @ach = ach end |
Instance Attribute Details
#ach ⇒ Object
Enables ACH Debits via the InboundTransfers API.
338 339 340 |
# File 'lib/stripe/services/treasury/financial_account_service.rb', line 338 def ach @ach end |