Files
medusa-store/www/apps/docs/content/references/entities/classes/SalesChannel.md
github-actions[bot] 54659ae79f chore(docs): Generated Entities Reference (automated) (#5420)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-10-19 17:37:30 +00:00

2.6 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

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


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


locations

locations: SalesChannelLocation[]

Defined in

models/sales-channel.ts:29


metadata

metadata: null | Record<string, unknown>

Defined in

models/sales-channel.ts:20


name

name: string

Defined in

models/sales-channel.ts:11


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