docs: added reference for JS Client (#1629)

* added reference for JS Client

* added reference for JS Client

* added reference for JS Client
This commit is contained in:
Shahed Nasser
2022-07-08 18:21:46 +03:00
committed by GitHub
parent 371682b4f7
commit 3b28f46705
357 changed files with 32911 additions and 3 deletions

View File

@@ -0,0 +1,87 @@
---
displayed_sidebar: jsClientSidebar
---
# Class: Country
[internal](../modules/internal.md).Country
## Properties
### display\_name
**display\_name**: `string`
#### Defined in
packages/medusa/dist/models/country.d.ts:8
___
### id
**id**: `number`
#### Defined in
packages/medusa/dist/models/country.d.ts:3
___
### iso\_2
**iso\_2**: `string`
#### Defined in
packages/medusa/dist/models/country.d.ts:4
___
### iso\_3
**iso\_3**: `string`
#### Defined in
packages/medusa/dist/models/country.d.ts:5
___
### name
**name**: `string`
#### Defined in
packages/medusa/dist/models/country.d.ts:7
___
### num\_code
**num\_code**: `number`
#### Defined in
packages/medusa/dist/models/country.d.ts:6
___
### region
**region**: [`Region`](internal.Region.md)
#### Defined in
packages/medusa/dist/models/country.d.ts:10
___
### region\_id
**region\_id**: ``null`` \| `string`
#### Defined in
packages/medusa/dist/models/country.d.ts:9