Class: Stripe::V2::Core::BatchJobCreateParams::NotificationSuppression
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::V2::Core::BatchJobCreateParams::NotificationSuppression
- Defined in:
- lib/stripe/params/v2/core/batch_job_create_params.rb
Instance Attribute Summary collapse
-
#scope ⇒ Object
The scope of notification suppression.
Instance Method Summary collapse
-
#initialize(scope: nil) ⇒ NotificationSuppression
constructor
A new instance of NotificationSuppression.
Methods inherited from RequestParams
attr_accessor, coerce_params, coerce_value, field_encodings, new, #to_h
Constructor Details
#initialize(scope: nil) ⇒ NotificationSuppression
Returns a new instance of NotificationSuppression.
26 27 28 |
# File 'lib/stripe/params/v2/core/batch_job_create_params.rb', line 26 def initialize(scope: nil) @scope = scope end |
Instance Attribute Details
#scope ⇒ Object
The scope of notification suppression.
24 25 26 |
# File 'lib/stripe/params/v2/core/batch_job_create_params.rb', line 24 def scope @scope end |