Class: Stripe::Billing::Alert::DeactivateParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Billing::Alert::DeactivateParams
- Defined in:
- lib/stripe/resources/billing/alert.rb
Instance Attribute Summary collapse
-
#expand ⇒ Object
Specifies which fields in the response should be expanded.
Instance Method Summary collapse
-
#initialize(expand: nil) ⇒ DeactivateParams
constructor
A new instance of DeactivateParams.
Methods inherited from RequestParams
Constructor Details
#initialize(expand: nil) ⇒ DeactivateParams
Returns a new instance of DeactivateParams.
132 133 134 |
# File 'lib/stripe/resources/billing/alert.rb', line 132 def initialize(expand: nil) @expand = end |
Instance Attribute Details
#expand ⇒ Object
Specifies which fields in the response should be expanded.
130 131 132 |
# File 'lib/stripe/resources/billing/alert.rb', line 130 def @expand end |