Class: Customer
internal.Customer
Base abstract entity for all entities
Hierarchy
SoftDeletableEntity
Copy to Clipboard↳
Customer
Copy to Clipboard
Properties
beforeInsert
• Private
Copy to Clipboard beforeInsert: any
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:18
billing_address
• billing_address: Address
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:10
billing_address_id
• billing_address_id: null
Copy to Clipboard | string
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:9
created_at
• created_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.created_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
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
email
• email: string
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:6
first_name
• first_name: string
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:7
groups
• groups: CustomerGroup
Copy to Clipboard[]
Defined in
medusa/dist/models/customer.d.ts:16
has_account
• has_account: boolean
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:14
id
• id: string
Copy to Clipboard
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
last_name
• last_name: string
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:8
metadata
• metadata: Record
Copy to Clipboard<string
Copy to Clipboard, unknown
Copy to Clipboard>
Defined in
medusa/dist/models/customer.d.ts:17
orders
• orders: Order
Copy to Clipboard[]
Defined in
medusa/dist/models/customer.d.ts:15
password_hash
• password_hash: string
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:12
phone
• phone: string
Copy to Clipboard
Defined in
medusa/dist/models/customer.d.ts:13
shipping_addresses
• shipping_addresses: Address
Copy to Clipboard[]
Defined in
medusa/dist/models/customer.d.ts:11
updated_at
• updated_at: Date
Copy to Clipboard
Inherited from
SoftDeletableEntity.updated_at
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7