Skip to main content

Class: Customer

Hierarchy

  • SoftDeletableEntityCopy to Clipboard

    CustomerCopy to Clipboard

Constructors

constructor

new Customer()

Inherited from

SoftDeletableEntity.constructor

Properties

billing_address

billing_address: AddressCopy to Clipboard

Defined in

models/customer.ts:38


billing_address_id

billing_address_id: nullCopy to Clipboard | stringCopy to Clipboard

Defined in

models/customer.ts:34


created_at

created_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.created_at

Defined in

interfaces/models/base-entity.ts:16


deleted_at

deleted_at: nullCopy to Clipboard | DateCopy to Clipboard

Inherited from

SoftDeletableEntity.deleted_at

Defined in

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


email

email: stringCopy to Clipboard

Defined in

models/customer.ts:24


first_name

first_name: stringCopy to Clipboard

Defined in

models/customer.ts:27


groups

groups: CustomerGroupCopy to Clipboard[]

Defined in

models/customer.ts:69


has_account

has_account: booleanCopy to Clipboard

Defined in

models/customer.ts:50


id

id: stringCopy to Clipboard

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


last_name

last_name: stringCopy to Clipboard

Defined in

models/customer.ts:30


metadata

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

Defined in

models/customer.ts:72


orders

orders: OrderCopy to Clipboard[]

Defined in

models/customer.ts:53


password_hash

password_hash: stringCopy to Clipboard

Defined in

models/customer.ts:44


phone

phone: stringCopy to Clipboard

Defined in

models/customer.ts:47


shipping_addresses

shipping_addresses: AddressCopy to Clipboard[]

Defined in

models/customer.ts:41


updated_at

updated_at: DateCopy to Clipboard

Inherited from

SoftDeletableEntity.updated_at

Defined in

interfaces/models/base-entity.ts:19

Methods

beforeInsert

PrivateCopy to Clipboard beforeInsert(): voidCopy to Clipboard

Returns

voidCopy to Clipboard

Defined in

models/customer.ts:74