Class: Stripe::V2::MoneyManagement::FinancialAccountCloseParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/money_management/financial_account_close_params.rb

Defined Under Namespace

Classes: ForwardingSettings

Instance Attribute Summary collapse

Instance Method Summary collapse

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_settingsObject

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