2.9 KiB
displayed_sidebar
| displayed_sidebar |
|---|
| jsClientSidebar |
Class: Address
internal.Address
Base abstract entity for all entities
Hierarchy
-
↳
Address
Properties
address_1
• address_1: null | string
Defined in
medusa/dist/models/address.d.ts:93
address_2
• address_2: null | string
Defined in
medusa/dist/models/address.d.ts:94
beforeInsert
• Private beforeInsert: any
Defined in
medusa/dist/models/address.d.ts:102
city
• city: null | string
Defined in
medusa/dist/models/address.d.ts:95
company
• company: null | string
Defined in
medusa/dist/models/address.d.ts:90
country
• country: null | Country
Defined in
medusa/dist/models/address.d.ts:97
country_code
• country_code: null | string
Defined in
medusa/dist/models/address.d.ts:96
created_at
• created_at: Date
Inherited from
SoftDeletableEntity.created_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
customer
• customer: null | Customer
Defined in
medusa/dist/models/address.d.ts:89
customer_id
• customer_id: null | string
Defined in
medusa/dist/models/address.d.ts:88
deleted_at
• deleted_at: null | Date
Inherited from
SoftDeletableEntity.deleted_at
Defined in
medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3
first_name
• first_name: null | string
Defined in
medusa/dist/models/address.d.ts:91
id
• id: string
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
last_name
• last_name: null | string
Defined in
medusa/dist/models/address.d.ts:92
metadata
• metadata: Record<string, unknown>
Defined in
medusa/dist/models/address.d.ts:101
phone
• phone: null | string
Defined in
medusa/dist/models/address.d.ts:100
postal_code
• postal_code: null | string
Defined in
medusa/dist/models/address.d.ts:99
province
• province: null | string
Defined in
medusa/dist/models/address.d.ts:98
updated_at
• updated_at: Date
Inherited from
SoftDeletableEntity.updated_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7