Class: Stripe::Identity::VerificationSession::CreateParams::Options

Inherits:
RequestParams
  • Object
show all
Defined in:
lib/stripe/resources/identity/verification_session.rb

Defined Under Namespace

Classes: Document

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from RequestParams

#to_h

Constructor Details

#initialize(document: nil) ⇒ Options

Returns a new instance of Options.



230
231
232
# File 'lib/stripe/resources/identity/verification_session.rb', line 230

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

Instance Attribute Details

#documentObject

Options that apply to the [document check](stripe.com/docs/identity/verification-checks?type=document).



228
229
230
# File 'lib/stripe/resources/identity/verification_session.rb', line 228

def document
  @document
end