Files
medusa-store/www/apps/docs/content/references/entities/classes/Customer.md
2023-10-09 18:51:55 +03:00

3.8 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Class: Customer

Hierarchy

  • SoftDeletableEntity

    Customer

Constructors

constructor

new Customer()

Inherited from

SoftDeletableEntity.constructor

Properties

billing_address

billing_address: Address

Defined in

models/customer.ts:40


billing_address_id

billing_address_id: null | string

Defined in

models/customer.ts:36


created_at

created_at: Date

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


deleted_at

deleted_at: null | Date

Inherited from

SoftDeletableEntity.deleted_at

Defined in

interfaces/models/soft-deletable-entity.ts:7


email

email: string

Defined in

models/customer.ts:26


first_name

first_name: string

Defined in

models/customer.ts:29


groups

groups: CustomerGroup[]

Defined in

models/customer.ts:71


has_account

has_account: boolean

Defined in

models/customer.ts:52


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


last_name

last_name: string

Defined in

models/customer.ts:32


metadata

metadata: Record<string, unknown>

Defined in

models/customer.ts:74


orders

orders: Order[]

Defined in

models/customer.ts:55


password_hash

password_hash: string

Defined in

models/customer.ts:46


phone

phone: string

Defined in

models/customer.ts:49


shipping_addresses

shipping_addresses: Address[]

Defined in

models/customer.ts:43


updated_at

updated_at: Date

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

Private beforeInsert(): void

Returns

void

Defined in

models/customer.ts:77