Class: Stripe::FinancialConnections::Account::DisconnectParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/financial_connections/account.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ DisconnectParams

Returns a new instance of DisconnectParams.



177
178
179
# File 'lib/stripe/resources/financial_connections/account.rb', line 177

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



175
176
177
# File 'lib/stripe/resources/financial_connections/account.rb', line 175

def expand
  @expand
end