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

2.3 KiB

displayed_sidebar
displayed_sidebar
entitiesSidebar

Class: SalesChannelLocation

Hierarchy

  • SoftDeletableEntity

    SalesChannelLocation

Constructors

constructor

new SalesChannelLocation()

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


id

id: string

Inherited from

SoftDeletableEntity.id

Defined in

interfaces/models/base-entity.ts:13


location_id

location_id: string

Defined in

models/sales-channel-location.ts:16


sales_channel

sales_channel: SalesChannel

Defined in

models/sales-channel-location.ts:20


sales_channel_id

sales_channel_id: string

Defined in

models/sales-channel-location.ts:12


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-location.ts:23