Sha256: 264268e4be37bf1a7bad3288ee3ad5d2ef3ff7b64041ed2d077bd7e95a22340c

Contents?: true

Size: 867 Bytes

Versions: 4

Compression:

Stored size: 867 Bytes

Contents

# SyncteraRubySdk::PatchPersonalId

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **country_code** | **String** | The updated ISO 3166 Alpha-2 country code for the country that issued the personal identifier. The country code cannot be modified for personal identifier types that have an implicit country, e.g. SSN.  | [optional] |
| **id_type** | [**PersonalIdType**](PersonalIdType.md) |  |  |
| **identifier** | **String** | The updated personal identifier | [optional] |
| **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::PatchPersonalId.new(
  country_code: US,
  id_type: null,
  identifier: 123-45-6789,
  tenant: abcdef_ghijkl
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

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