Skip to content

@nht-pandats/sdk / @nht-pandats/sdk/constants / @nht-pandats/sdk/constants/countries / PandaTsCountryStateInstance

Class: PandaTsCountryStateInstance

@nht-pandats/sdk/constants.@nht-pandats/sdk/constants/countries.PandaTsCountryStateInstance

An instance of a country state.

Since

v1.20240401.7

Remarks

This class is primarily used for checking if an object is a country state instance as opposed to another type of object.

Implements

Properties

code

Readonly code: PandaTsCountryStateCode

The 2-letter code of the country state.

Implementation of

PandaTsCountryState.code

Defined in

src/constants/countries.ts:1446


name

Readonly name: PandaTsCountryStateName

The name of the country state.

Implementation of

PandaTsCountryState.name

Defined in

src/constants/countries.ts:1442