FilterableRegionCountryProps
The filters to apply on the retrieved region's countries.
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
id
string | string[]The IDs to filter the countries by.
iso_2
string | string[]Filter countries by their ISO 2 code.
iso_3
string | string[]Filter countries by their ISO 3 code.
num_code
string | number[]Filter countries by their code number.
name
string | string[]Filter countries by their name.
display_name
string | string[]Filter countries by their display name.
Was this section helpful?