Sha256: 20242f9eb48d1078af9f4a00e85a4a033887f062eebd5a879f57200c23890cad
Contents?: true
Size: 555 Bytes
Versions: 4
Compression:
Stored size: 555 Bytes
Contents
# SyncteraRubySdk::PersonalIdCountryCodePost ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **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] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PersonalIdCountryCodePost.new( country_code: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems