Class: Stripe::Identity::VerificationSessionCreateParams::Options

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



33
34
35
# File 'lib/stripe/params/identity/verification_session_create_params.rb', line 33

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).



31
32
33
# File 'lib/stripe/params/identity/verification_session_create_params.rb', line 31

def document
  @document
end