Class: SoftDeletableEntity
internal.SoftDeletableEntity
Base abstract entity for all entities
Hierarchy
↳
SoftDeletableEntity
↳↳
Customer
↳↳
Address
↳↳
Cart
↳↳
Region
↳↳
Discount
↳↳
GiftCard
↳↳
ClaimOrder
↳↳
Swap
↳↳
SalesChannel
↳↳
PriceList
↳↳
DiscountRule
↳↳
TrackingLink
↳↳
ClaimItem
↳↳
MoneyAmount
↳↳
Product
↳↳
ProductType
↳↳
ReturnReason
↳↳
ClaimImage
↳↳
ClaimTag
↳↳
Image
↳↳
ProductTag
↳↳
User
↳↳
BatchJob
↳↳
Invite
↳↳
Note
Properties
created_at
• created_at: Date
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:6
deleted_at
• deleted_at: null
| Date
Defined in
medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3
id
• id: string
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:5
updated_at
• updated_at: Date
Inherited from
Defined in
medusa/dist/interfaces/models/base-entity.d.ts:7
Was this page helpful?