Skip to main content

Class: SalesChannel

Hierarchy

  • SoftDeletableEntity

    SalesChannel

Constructors

constructor

new SalesChannel()

Inherited from

SoftDeletableEntity.constructor

Properties

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


description

description: null | string

Defined in

models/sales-channel.ts:13


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


is_disabled

is_disabled: boolean

Defined in

models/sales-channel.ts:16


name

name: string

Defined in

models/sales-channel.ts:10


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/sales-channel.ts:18