* generated new services reference * changed from automatic push to automated pull request * updated typedoc, regenerated JS Client reference * regenerated the reference after updating typedoc * added action for js client
70 lines
1.1 KiB
Markdown
70 lines
1.1 KiB
Markdown
---
|
|
displayed_sidebar: jsClientSidebar
|
|
---
|
|
|
|
# Class: BaseEntity
|
|
|
|
[internal](../modules/internal.md).BaseEntity
|
|
|
|
Base abstract entity for all entities
|
|
|
|
## Hierarchy
|
|
|
|
- **`BaseEntity`**
|
|
|
|
↳ [`SoftDeletableEntity`](internal.SoftDeletableEntity.md)
|
|
|
|
↳ [`Order`](internal.Order.md)
|
|
|
|
↳ [`Payment`](internal.Payment.md)
|
|
|
|
↳ [`Fulfillment`](internal.Fulfillment.md)
|
|
|
|
↳ [`Return`](internal.Return.md)
|
|
|
|
↳ [`Refund`](internal.Refund.md)
|
|
|
|
↳ [`DraftOrder`](internal.DraftOrder.md)
|
|
|
|
↳ [`LineItem`](internal.LineItem.md)
|
|
|
|
↳ [`PaymentSession`](internal.PaymentSession.md)
|
|
|
|
↳ [`TaxRate`](internal.TaxRate.md)
|
|
|
|
↳ [`TaxLine`](internal.TaxLine.md)
|
|
|
|
↳ [`Notification`](internal-11.Notification.md)
|
|
|
|
↳ [`Store`](internal-23.Store.md)
|
|
|
|
## Properties
|
|
|
|
### created\_at
|
|
|
|
• **created\_at**: `Date`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/interfaces/models/base-entity.d.ts:6
|
|
|
|
___
|
|
|
|
### id
|
|
|
|
• **id**: `string`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/interfaces/models/base-entity.d.ts:5
|
|
|
|
___
|
|
|
|
### updated\_at
|
|
|
|
• **updated\_at**: `Date`
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/interfaces/models/base-entity.d.ts:7
|