Class: Stripe::V2::Billing::CadenceService::CancelParams
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Billing::CadenceService::CancelParams
- Defined in:
- lib/stripe/services/v2/billing/cadence_service.rb
Instance Attribute Summary collapse
-
#include ⇒ Object
Additional resource to include in the response.
Instance Method Summary collapse
-
#initialize(include: nil) ⇒ CancelParams
constructor
A new instance of CancelParams.
Methods inherited from RequestParams
Constructor Details
#initialize(include: nil) ⇒ CancelParams
Returns a new instance of CancelParams.
372 373 374 |
# File 'lib/stripe/services/v2/billing/cadence_service.rb', line 372 def initialize(include: nil) @include = include end |
Instance Attribute Details
#include ⇒ Object
Additional resource to include in the response.
370 371 372 |
# File 'lib/stripe/services/v2/billing/cadence_service.rb', line 370 def include @include end |