Files
medusa-store/docs/content/references/js-client/classes/internal.AddressCreatePayload.md
Shahed Nasser 02d5c1da88 docs: update Typedoc and regenerate references (#1994)
* generated new services reference

* changed from automatic push to automated pull request

* updated typedoc, regenerated JS Client reference

* regenerated the reference after updating typedoc

* added action for js client
2022-08-04 17:29:52 +03:00

118 lines
1.2 KiB
Markdown

---
displayed_sidebar: jsClientSidebar
---
# Class: AddressCreatePayload
[internal](../modules/internal.md).AddressCreatePayload
## Properties
### address\_1
**address\_1**: `string`
#### Defined in
medusa/dist/types/common.d.ts:108
___
### address\_2
**address\_2**: `string`
#### Defined in
medusa/dist/types/common.d.ts:109
___
### city
**city**: `string`
#### Defined in
medusa/dist/types/common.d.ts:110
___
### company
**company**: `string`
#### Defined in
medusa/dist/types/common.d.ts:107
___
### country\_code
**country\_code**: `string`
#### Defined in
medusa/dist/types/common.d.ts:111
___
### first\_name
**first\_name**: `string`
#### Defined in
medusa/dist/types/common.d.ts:103
___
### last\_name
**last\_name**: `string`
#### Defined in
medusa/dist/types/common.d.ts:104
___
### metadata
**metadata**: `object`
#### Defined in
medusa/dist/types/common.d.ts:106
___
### phone
**phone**: `string`
#### Defined in
medusa/dist/types/common.d.ts:105
___
### postal\_code
**postal\_code**: `string`
#### Defined in
medusa/dist/types/common.d.ts:113
___
### province
**province**: `string`
#### Defined in
medusa/dist/types/common.d.ts:112