Class: Stripe::Identity::VerificationSessionService::UpdateParams::Options

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



200
201
202
# File 'lib/stripe/services/identity/verification_session_service.rb', line 200

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



198
199
200
# File 'lib/stripe/services/identity/verification_session_service.rb', line 198

def document
  @document
end