Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 780 Bytes

CountryDto.md

File metadata and controls

13 lines (10 loc) · 780 Bytes

CountryDto

Properties

Name Type Description Notes
id str The unique identifier for the country in the Authenticate platform [optional]
name str The country Name [optional]
code str The three letter country code utilised in the Authenticate platform [optional]
short_code str The two letter country code used in the Authenticate platform [optional]
regions list[RegionDto] A List of the country sub-divisions within the Authenticate platform [optional]

[Back to Model list] [Back to API list] [Back to README]