--- displayed_sidebar: jsClientSidebar --- # Class: CustomerGroup [internal](../modules/internal.md).CustomerGroup Base abstract entity for all entities ## Hierarchy - [`SoftDeletableEntity`](internal.SoftDeletableEntity.md) ↳ **`CustomerGroup`** ## Properties ### beforeInsert • `Private` **beforeInsert**: `any` #### Defined in medusa/dist/models/customer-group.d.ts:9 ___ ### created\_at • **created\_at**: `Date` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[created_at](internal.SoftDeletableEntity.md#created_at) #### Defined in medusa/dist/interfaces/models/base-entity.d.ts:6 ___ ### customers • **customers**: [`Customer`](internal.Customer.md)[] #### Defined in medusa/dist/models/customer-group.d.ts:6 ___ ### deleted\_at • **deleted\_at**: ``null`` \| `Date` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[deleted_at](internal.SoftDeletableEntity.md#deleted_at) #### Defined in medusa/dist/interfaces/models/soft-deletable-entity.d.ts:3 ___ ### id • **id**: `string` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[id](internal.SoftDeletableEntity.md#id) #### Defined in medusa/dist/interfaces/models/base-entity.d.ts:5 ___ ### metadata • **metadata**: `Record`<`string`, `unknown`\> #### Defined in medusa/dist/models/customer-group.d.ts:8 ___ ### name • **name**: `string` #### Defined in medusa/dist/models/customer-group.d.ts:5 ___ ### price\_lists • **price\_lists**: [`PriceList`](internal.PriceList.md)[] #### Defined in medusa/dist/models/customer-group.d.ts:7 ___ ### updated\_at • **updated\_at**: `Date` #### Inherited from [SoftDeletableEntity](internal.SoftDeletableEntity.md).[updated_at](internal.SoftDeletableEntity.md#updated_at) #### Defined in medusa/dist/interfaces/models/base-entity.d.ts:7