Skip to main content

Class: Customer

Hierarchy

  • SoftDeletableEntity

    Customer

Constructors

constructor

new Customer()

Inherited from

SoftDeletableEntity.constructor

Properties

billing_address

billing_address: Address

Defined in

models/customer.ts:38


billing_address_id

billing_address_id: null | string

Defined in

models/customer.ts:34


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:24


first_name

first_name: string

Defined in

models/customer.ts:27


groups

groups: CustomerGroup[]

Defined in

models/customer.ts:69


has_account

has_account: boolean

Defined in

models/customer.ts:50


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:30


metadata

metadata: Record<string, unknown>

Defined in

models/customer.ts:72


orders

orders: Order[]

Defined in

models/customer.ts:53


password_hash

password_hash: string

Defined in

models/customer.ts:44


phone

phone: string

Defined in

models/customer.ts:47


shipping_addresses

shipping_addresses: Address[]

Defined in

models/customer.ts:41


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:74