Class: Stripe::V2::Core::BatchJobCreateParams::NotificationSuppression

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/params/v2/core/batch_job_create_params.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#scopeObject

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