Files
medusa-store/www/apps/docs/content/references/entities/classes/Country.md
github-actions[bot] 54659ae79f chore(docs): Generated Entities Reference (automated) (#5420)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-10-19 17:37:30 +00:00

1.5 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Class: Country

Constructors

constructor

new Country()

Properties

display_name

display_name: string

Defined in

models/country.ts:31


id

id: number

Defined in

models/country.ts:15


iso_2

iso_2: string

Defined in

models/country.ts:19


iso_3

iso_3: string

Defined in

models/country.ts:22


name

name: string

Defined in

models/country.ts:28


num_code

num_code: number

Defined in

models/country.ts:25


region

region: Region

Defined in

models/country.ts:39


region_id

region_id: null | string

Defined in

models/country.ts:35