Class: Stripe::Identity::VerificationSession::RedactParams

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/identity/verification_session.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.



494
495
496
# File 'lib/stripe/resources/identity/verification_session.rb', line 494

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

Instance Attribute Details

#expandObject

Specifies which fields in the response should be expanded.



492
493
494
# File 'lib/stripe/resources/identity/verification_session.rb', line 492

def expand
  @expand
end