Alokai
You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x

GetCountryRegionsProps

Properties for getting country regions supported by the store.

export interface GetCountryRegionsProps extends BaseProps {
	countryIsoCode: string;
}

Properties

NameRequiredTypeDescription
countryIsoCodeRequiredstringAn ISO code of a country to fetch available regions for.

Referenced Types

On this page