Class: Stripe::FinancialConnections::Account::DisconnectParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::FinancialConnections::Account::DisconnectParams
- Defined in:
- lib/stripe/resources/financial_connections/account.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ DisconnectParams
constructor
A new instance of DisconnectParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ DisconnectParams
Returns a new instance of DisconnectParams.
160 161 162 |
# File 'lib/stripe/resources/financial_connections/account.rb', line 160 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
158 159 160 |
# File 'lib/stripe/resources/financial_connections/account.rb', line 158 def @expand end |