steamapi
Version:
A nice Steam API wrapper.
40 lines (20 loc) • 1.03 kB
Markdown
[**steamapi**](../README.md)
***
[steamapi](../README.md) / Country
# Interface: Country
Defined in: [structures/Locations.ts:1](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L1)
## Properties
### countrycode
> **countrycode**: `string`
Defined in: [structures/Locations.ts:3](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L3)
Two letter code representing the country
***
### countryname
> **countryname**: `string`
Defined in: [structures/Locations.ts:6](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L6)
Human readable name of country (english only)
***
### hasstates
> **hasstates**: `number`
Defined in: [structures/Locations.ts:9](https://github.com/xDimGG/node-steamapi/blob/3e56810b4e484abde1e0f43153e48f61f57ece33/src/structures/Locations.ts#L9)
Does this country have states. 1 is true 0 is false