Class: Stripe::V2::Core::AccountCloseParams

Inherits:
RequestParams show all
Defined in:
lib/stripe/params/v2/core/account_close_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(applied_configurations: nil) ⇒ AccountCloseParams

Returns a new instance of AccountCloseParams.



11
12
13
# File 'lib/stripe/params/v2/core/account_close_params.rb', line 11

def initialize(applied_configurations: nil)
  @applied_configurations = applied_configurations
end

Instance Attribute Details

#applied_configurationsObject

Configurations on the Account to be closed. All configurations on the Account must be passed in for this request to succeed.



9
10
11
# File 'lib/stripe/params/v2/core/account_close_params.rb', line 9

def applied_configurations
  @applied_configurations
end