Class: CheckoutSdk::Identities::IdentityVerification::IdvClientInformation

Inherits:
Object
  • Object
show all
Defined in:
lib/checkout_sdk/identities/identity_verification/idv_client_information.rb

Overview

Pre-populated client information for an identity-verification attempt.

Instance Attribute Summary collapse

Instance Attribute Details

#pre_selected_languageString

Returns IETF BCP 47 language tag.

Returns:

  • (String)

    IETF BCP 47 language tag.



12
13
14
# File 'lib/checkout_sdk/identities/identity_verification/idv_client_information.rb', line 12

class IdvClientInformation
  attr_accessor :pre_selected_residence_country, :pre_selected_language
end

#pre_selected_residence_countryString

Returns ISO alpha-2 country code.

Returns:

  • (String)

    ISO alpha-2 country code.



12
13
14
# File 'lib/checkout_sdk/identities/identity_verification/idv_client_information.rb', line 12

class IdvClientInformation
  attr_accessor :pre_selected_residence_country, :pre_selected_language
end