Sha256: d528760e41f7de80c4561c683979e116d0d9f9aa0918f918c8a3a07590e65d2e
Contents?: true
Size: 903 Bytes
Versions: 4
Compression:
Stored size: 903 Bytes
Contents
# SyncteraRubySdk::ResponsePersonalId ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | UUID for the personal identifier for subsequent changes and deletion | [readonly] | | **id_type** | [**PersonalIdType**](PersonalIdType.md) | | | | **identifier** | **String** | The personal identifier. Format varies by personal identifier type. | | | **system_provided** | **Boolean** | True if the identifier was provided by the system, e.g. via SSN Prefill. | [readonly] | | **country_code** | **String** | The ISO 3166 Alpha-2 country code for the country that issued the personal identifier. | | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::ResponsePersonalId.new( id: 7d943c51-e4ff-4e57-9558-08cab6b963c7, id_type: null, identifier: 123-45-6789, system_provided: null, country_code: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems