Share via


CountryRegionISOCode Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

CountryRegionISOCode provides a list of enum values for a two-letter ISO country codes that we support in POS.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)

Syntax

'Declaration
Public Enumeration CountryRegionISOCode
'Usage
Dim instance As CountryRegionISOCode
public enum CountryRegionISOCode
public enum class CountryRegionISOCode

Members

Member name Description
None ISO code of not available countries.
AU ISO code of Australia.
AT ISO code of Austria.
BE ISO code of Belgium.
BR ISO code of Brazil.
CA ISO code of Canada.
CN ISO code of China.
CZ ISO code of Czech Republic.
DK ISO code of Denmark.
EE ISO code of Estonia.
FI ISO code of Finland.
FR ISO code of France.
DE ISO code of Germany.
HU ISO code of Hungary.
IS ISO code of Iceland.
IN ISO code of India.
IE ISO code of Ireland.
IL ISO code of Lsrael.
IT ISO code of Italy.
JP ISO code of Japan.
LV ISO code of Latvia.
LT ISO code of Lithuania.
MY ISO code of Malaysic.
MX ISO code of Mexico.
NL ISO code of Netherlands.
NZ ISO code of New Zealand.
NO ISO code of Norway.
PL ISO code of Poland.
RU ISO code of Russia.
SA ISO code of Saudi Arabia.
SG ISO code of Singapore.
ZA ISO code of South Africa.
ES ISO code of Spain.
SE ISO code of Sweden.
CH ISO code of Switzerland.
TH ISO code of Thailand.
TR ISO code of Türkiye.
GB ISO code of UK.
US ISO code of United States.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace