Class: Address
internal.Address
Base abstract entity for all entities
Hierarchy
SoftDeletableEntity
Copy to Clipboard↳
Address
Copy to Clipboard
Properties
address_1
• address_1: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:10
address_2
• address_2: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:11
beforeInsert
• Private
Copy to Clipboard beforeInsert: any
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:19
city
• city: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:12
company
• company: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:7
country
• country: null
Copy to Clipboard | Country
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:14
country_code
• country_code: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:13
created_at
• created_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.created_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
customer
• customer: null
Copy to Clipboard | Customer
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:6
customer_id
• customer_id: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:5
deleted_at
• deleted_at: null
Copy to Clipboard | Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.deleted_at
Defined in
medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3
first_name
• first_name: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:8
id
• id: string
Copy to Clipboard
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
last_name
• last_name: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:9
metadata
• metadata: Record
Copy to Clipboard<string
Copy to Clipboard, unknown
Copy to Clipboard>
Defined in
medusa/dist/models/address.d.ts:18
phone
• phone: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:17
postal_code
• postal_code: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:16
province
• province: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/address.d.ts:15
updated_at
• updated_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.updated_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7