Sha256: b7994c5f2028730f810621f863a179079c94a935d8e3d1d0bcc747369e1ff846
Contents?: true
Size: 419 Bytes
Versions: 4
Compression:
Stored size: 419 Bytes
Contents
# SyncteraRubySdk::PersonalIdCountryCodeResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **country_code** | **String** | The ISO 3166 Alpha-2 country code for the country that issued the personal identifier. | [optional] | ## Example ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::PersonalIdCountryCodeResponse.new( country_code: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems