Class: CheckoutSdk::Identities::IdentityVerification::IdvClientInformation
- Inherits:
-
Object
- Object
- CheckoutSdk::Identities::IdentityVerification::IdvClientInformation
- 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
-
#pre_selected_language ⇒ String
IETF BCP 47 language tag.
-
#pre_selected_residence_country ⇒ String
ISO alpha-2 country code.
Instance Attribute Details
#pre_selected_language ⇒ String
Returns 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_country ⇒ String
Returns 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 |