Class: Stripe::Identity::VerificationSessionCreateParams::Options
- Inherits:
-
RequestParams
- Object
- RequestParams
- Stripe::Identity::VerificationSessionCreateParams::Options
- Defined in:
- lib/stripe/params/identity/verification_session_create_params.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
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
#document ⇒ Object
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 |