Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Country

Country details model

Properties

Optional ascii3CountryCode

ascii3CountryCode: undefined | string

Country code in ISO-3166-1 3-letter format

Optional countryCode

countryCode: undefined | string

Country code in ISO-3166-1 2-letter format

Optional countryId

countryId: undefined | number

Indentifier of the country. This is a DB side unique id which was generated when the entity was created in the table Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional countryName

countryName: undefined | string

Name of the country

Optional languageId

languageId: undefined | number

Language identifier Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Country): object

getJsonObj