Class: Stripe::Identity::VerificationSessionService::RedactParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/services/identity/verification_session_service.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(expand: nil) ⇒ RedactParams

Returns a new instance of RedactParams.



241
242
243
# File 'lib/stripe/services/identity/verification_session_service.rb', line 241

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



239
240
241
# File 'lib/stripe/services/identity/verification_session_service.rb', line 239

def expand
  @expand
end