GetCountryRegionsProps
Properties for getting country regions supported by the store.
interface GetCountryRegionsProps extends BaseProps {
countryIsoCode: string;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
countryIsoCode | Required | string | An ISO code of a country to fetch available regions for. |