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
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::PersonalIdCountryCodeResponse.new(
country_code: null
)