Skip to main content

Class: Customer

internal.Customer

Base abstract entity for all entities

Hierarchy

Properties

beforeInsert

PrivateCopy to Clipboard beforeInsert: anyCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:18


billing_address

billing_address: AddressCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:10


billing_address_id

billing_address_id: nullCopy to Clipboard | stringCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:9


created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:6


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3


email

email: stringCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:6


first_name

first_name: stringCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:7


groups

groups: CustomerGroupCopy to Clipboard[]

Defined in

medusa/dist/models/customer.d.ts:16


has_account

has_account: booleanCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:14


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:5


last_name

last_name: stringCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:8


metadata

metadata: RecordCopy to Clipboard<stringCopy to Clipboard, unknownCopy to Clipboard>

Defined in

medusa/dist/models/customer.d.ts:17


orders

orders: OrderCopy to Clipboard[]

Defined in

medusa/dist/models/customer.d.ts:15


password_hash

password_hash: stringCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:12


phone

phone: stringCopy to Clipboard

Defined in

medusa/dist/models/customer.d.ts:13


shipping_addresses

shipping_addresses: AddressCopy to Clipboard[]

Defined in

medusa/dist/models/customer.d.ts:11


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

medusa/dist/interfaces/models/base-entity.d.ts:7