Class: Stripe::V2::MoneyManagement::FinancialAccountCloseParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::MoneyManagement::FinancialAccountCloseParams
- Defined in:
- lib/stripe/params/v2/money_management/financial_account_close_params.rb
Defined Under Namespace
Classes: ForwardingSettings
Instance Attribute Summary collapse
-
#forwarding_settings ⇒ Object
The addresses to forward any incoming transactions to.
Instance Method Summary collapse
-
#initialize(forwarding_settings: nil) ⇒ FinancialAccountCloseParams
constructor
A new instance of FinancialAccountCloseParams.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(forwarding_settings: nil) ⇒ FinancialAccountCloseParams
Returns a new instance of FinancialAccountCloseParams.
22 23 24 |
# File 'lib/stripe/params/v2/money_management/financial_account_close_params.rb', line 22 def initialize(forwarding_settings: nil) @forwarding_settings = forwarding_settings end |
Instance Attribute Details
#forwarding_settings ⇒ Object
The addresses to forward any incoming transactions to.
20 21 22 |
# File 'lib/stripe/params/v2/money_management/financial_account_close_params.rb', line 20 def forwarding_settings @forwarding_settings end |