Class: Stripe::Identity::VerificationSession::UpdateParams::Options
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Identity::VerificationSession::UpdateParams::Options
- Defined in:
- lib/stripe/resources/identity/verification_session.rb
Defined Under Namespace
Classes: Document
Instance Attribute Summary collapse
-
#document ⇒ Object
Options that apply to the [document check](stripe.com/docs/identity/verification-checks?type=document).
Instance Method Summary collapse
-
#initialize(document: nil) ⇒ Options
constructor
A new instance of Options.
Methods inherited from RequestParams
Constructor Details
#initialize(document: nil) ⇒ Options
Returns a new instance of Options.
289 290 291 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 289 def initialize(document: nil) @document = document end |
Instance Attribute Details
#document ⇒ Object
Options that apply to the [document check](stripe.com/docs/identity/verification-checks?type=document).
287 288 289 |
# File 'lib/stripe/resources/identity/verification_session.rb', line 287 def document @document end |