Sha256: 9b7a4511b14ee9eda26f30cc17598527abb45b3f04090119fa60145fd0e23174

Contents?: true

Size: 786 Bytes

Versions: 4

Compression:

Stored size: 786 Bytes

Contents

# SyncteraRubySdk::PersonalIdBase

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | UUID for the personal identifier for subsequent changes and deletion | [optional][readonly] |
| **id_type** | [**PersonalIdType**](PersonalIdType.md) |  | [optional] |
| **identifier** | **String** | The personal identifier. Format varies by personal identifier type. | [optional] |
| **system_provided** | **Boolean** | True if the identifier was provided by the system, e.g. via SSN Prefill. | [optional][readonly] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PersonalIdBase.new(
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  id_type: null,
  identifier: 123-45-6789,
  system_provided: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/PersonalIdBase.md
synctera_ruby_sdk-1.1.2 docs/PersonalIdBase.md
synctera_ruby_sdk-1.1.1 docs/PersonalIdBase.md
synctera_ruby_sdk-1.0.0 docs/PersonalIdBase.md