Class: Stripe::FinancialConnections::AccountService::UnsubscribeParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::FinancialConnections::AccountService::UnsubscribeParams
- Defined in:
- lib/stripe/services/financial_connections/account_service.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
-
#features ⇒ Object
The list of account features from which you would like to unsubscribe.
Instance Method Summary collapse
-
#initialize(expand: nil, features: nil) ⇒ UnsubscribeParams
constructor
A new instance of UnsubscribeParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil, features: nil) ⇒ UnsubscribeParams
Returns a new instance of UnsubscribeParams.
104 105 106 107 |
# File 'lib/stripe/services/financial_connections/account_service.rb', line 104 def initialize(expand: nil, features: nil) = @features = features end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
100 101 102 |
# File 'lib/stripe/services/financial_connections/account_service.rb', line 100 def end |
#features ⇒ Object
The list of account features from which you would like to unsubscribe.
102 103 104 |
# File 'lib/stripe/services/financial_connections/account_service.rb', line 102 def features @features end |