Alokai

GetCountryRegionsProps

Properties for getting country regions supported by the store.

interface GetCountryRegionsProps extends BaseProps {
	countryIsoCode: string;
}

Properties

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

Referenced Types

On this page