Class: Stripe::Privacy::RedactionJob::UpdateParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/privacy/redaction_job.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil, validation_behavior: nil) ⇒ UpdateParams

Returns a new instance of UpdateParams.



139
140
141
142
# File 'lib/stripe/resources/privacy/redaction_job.rb', line 139

def initialize(expand: nil, validation_behavior: nil)
  @expand = expand
  @validation_behavior = validation_behavior
end

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



135
136
137
# File 'lib/stripe/resources/privacy/redaction_job.rb', line 135

def expand
  @expand
end

#validation_behaviorObject

Attribute for param field validation_behavior



137
138
139
# File 'lib/stripe/resources/privacy/redaction_job.rb', line 137

def validation_behavior
  @validation_behavior
end