Sha256: e79672572256910ec069ece8fd9fb9f4c0f88a7b0d7544066ccbea03ed2219f6

Contents?: true

Size: 1.36 KB

Versions: 4

Compression:

Stored size: 1.36 KB

Contents

# SyncteraRubySdk::PostPersonalIdWCust

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | UUID for the personal identifier for subsequent changes and deletion | [optional][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. | [optional][readonly] |
| **country_code** | **String** | The ISO 3166 Alpha-2 country code for the country that issued the personal identifier. This is optional for personal identifier types that have an implicit country, e.g. SSN. This is required for other types, e.g. PASSPORT_NUMBER.  | [optional] |
| **customer_id** | **String** | Id of the customer having this personal identifier |  |
| **tenant** | **String** | The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::PostPersonalIdWCust.new(
  id: 7d943c51-e4ff-4e57-9558-08cab6b963c7,
  id_type: null,
  identifier: 123-45-6789,
  system_provided: null,
  country_code: null,
  customer_id: 21943c51-e4ff-4e57-9558-08cab6b963fe,
  tenant: abcdef_ghijkl
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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