Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 788 Bytes

File metadata and controls

14 lines (10 loc) · 788 Bytes

MyDataMyConsent.Models.SupportedIdentifier

Supported identifier details for a particular country.

Properties

Name Type Description Notes
Iso2 string Country ISO 2 code. Example: IN, US, etc.
Name string Country name. Example: India, United States of America, etc.
IndividualIdentifiers List<Identifier> List of supported identifiers for an individual.
OrganizationIdentifiers List<Identifier> List of supported identifiers for an organization.

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