Skip to main content
Skip to main content

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.
idstring | string[]
The IDs to filter the countries by.
iso_2string | string[]
Filter countries by their ISO 2 code.
iso_3string | string[]
Filter countries by their ISO 3 code.
num_codestring | number[]
Filter countries by their code number.
namestring | string[]
Filter countries by their name.
display_namestring | string[]
Filter countries by their display name.
Was this section helpful?