Class: Store
internal.Store
Base abstract entity for all entities
Hierarchy
↳
Store
Properties
beforeInsert
• Private
beforeInsert: any
Defined in
medusa/dist/models/store.d.ts:15
created_at
• created_at: Date
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
currencies
• currencies: Currency
[]
Defined in
medusa/dist/models/store.d.ts:8
default_currency
• default_currency: Currency
Defined in
medusa/dist/models/store.d.ts:7
default_currency_code
• default_currency_code: string
Defined in
medusa/dist/models/store.d.ts:6
default_sales_channel
• default_sales_channel: SalesChannel
Defined in
medusa/dist/models/store.d.ts:14
default_sales_channel_id
• default_sales_channel_id: string
Defined in
medusa/dist/models/store.d.ts:13
id
• id: string
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
invite_link_template
• invite_link_template: string
Defined in
medusa/dist/models/store.d.ts:11
metadata
• metadata: Record
<string
, unknown
>
Defined in
medusa/dist/models/store.d.ts:12
name
• name: string
Defined in
medusa/dist/models/store.d.ts:5
payment_link_template
• payment_link_template: string
Defined in
medusa/dist/models/store.d.ts:10
swap_link_template
• swap_link_template: string
Defined in
medusa/dist/models/store.d.ts:9
updated_at
• updated_at: Date
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7