Files
medusa-store/www/apps/resources/references/region/interfaces/region.RegionCountryDTO/page.mdx
T

12 lines
1.0 KiB
Plaintext

---
displayed_sidebar: regionReference
---
import { TypeList } from "docs-ui"
# RegionCountryDTO
The country details.
<TypeList types={[{"name":"id","type":"`string`","description":"The ID of the country.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"iso_2","type":"`string`","description":"The ISO 2 code of the country.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"iso_3","type":"`string`","description":"The ISO 3 code of the country.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"num_code","type":"`string`","description":"The country's code number.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"name","type":"`string`","description":"The name of the country.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"display_name","type":"`string`","description":"The display name of the country.","optional":false,"defaultValue":"","expandable":false,"children":[]}]} sectionTitle="RegionCountryDTO"/>