@nht-pandats/sdk / @nht-pandats/sdk/constants / @nht-pandats/sdk/constants/countries / PandaTsCountryInstance
Class: PandaTsCountryInstance
@nht-pandats/sdk/constants.@nht-pandats/sdk/constants/countries.PandaTsCountryInstance
An instance of a country.
Since
v1.20240401.7
Remarks
This class is primarily used for checking if an object is a country instance as opposed to another type of object.
Implements
Indexable
▪ [x: string]: unknown
Undefined properties are allowed if the implementor decides to add additional properties, but they are currently unknown.
Properties
alpha2
• Readonly alpha2: PandaTsCountryAlpha2
The 2-letter code of the country.
Implementation of
Defined in
src/constants/countries.ts:1486
alpha3
• Readonly alpha3: PandaTsCountryAlpha3
The 3-letter code of the country.
Implementation of
Defined in
src/constants/countries.ts:1490
citizenship
• Readonly citizenship: PandaTsCitizenship
The citizenship of the country.
Implementation of
Defined in
src/constants/countries.ts:1498
id
• Readonly id: PandaTsCountryId
The ID of the country.
Implementation of
Defined in
src/constants/countries.ts:1482
name
• Readonly name: PandaTsCountryName
The name of the country.
Implementation of
Defined in
src/constants/countries.ts:1494
states
• Readonly states: PandaTsCountryState[]
The states of the country.