Class: Stripe::Treasury::FinancialAccountCloseParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Treasury::FinancialAccountCloseParams
- Defined in:
- lib/stripe/params/treasury/financial_account_close_params.rb
Defined Under Namespace
Classes: ForwardingSettings
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#forwarding_settings ⇒ Object
A different bank account where funds can be deposited/debited in order to get the closing FA’s balance to $0.
Instance Method Summary collapse
-
#initialize(expand: nil, forwarding_settings: nil) ⇒ FinancialAccountCloseParams
constructor
A new instance of FinancialAccountCloseParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, forwarding_settings: nil) ⇒ FinancialAccountCloseParams
Returns a new instance of FinancialAccountCloseParams.
26 27 28 29 |
# File 'lib/stripe/params/treasury/financial_account_close_params.rb', line 26 def initialize(expand: nil, forwarding_settings: nil) = @forwarding_settings = forwarding_settings end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
22 23 24 |
# File 'lib/stripe/params/treasury/financial_account_close_params.rb', line 22 def end |
#forwarding_settings ⇒ Object
A different bank account where funds can be deposited/debited in order to get the closing FA’s balance to $0
24 25 26 |
# File 'lib/stripe/params/treasury/financial_account_close_params.rb', line 24 def forwarding_settings @forwarding_settings end |