Class: CheckoutSdk::Identities::IdentityVerification::IdvDeclaredData
- Inherits:
-
Object
- Object
- CheckoutSdk::Identities::IdentityVerification::IdvDeclaredData
- Defined in:
- lib/checkout_sdk/identities/identity_verification/idv_declared_data.rb
Overview
The personal details provided by the applicant for an identity verification.
Instance Attribute Summary collapse
-
#name ⇒ String
The applicant’s name (max 255 characters).
Instance Attribute Details
#name ⇒ String
Returns The applicant’s name (max 255 characters).
10 11 12 |
# File 'lib/checkout_sdk/identities/identity_verification/idv_declared_data.rb', line 10 class IdvDeclaredData attr_accessor :name end |