Class: CheckoutSdk::Identities::IdentityVerification::IdvDeclaredData

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#nameString

Returns The applicant’s name (max 255 characters).

Returns:

  • (String)

    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