Method: Plaid::IdentityVerificationRetryRequestStepsObject.openapi_types
- Defined in:
- lib/plaid/models/identity_verification_retry_request_steps_object.rb
.openapi_types ⇒ Object
Attribute type mapping.
47 48 49 50 51 52 53 54 |
# File 'lib/plaid/models/identity_verification_retry_request_steps_object.rb', line 47 def self.openapi_types { :'verify_sms' => :'Boolean', :'kyc_check' => :'Boolean', :'documentary_verification' => :'Boolean', :'selfie_check' => :'Boolean' } end |