CustomerGroup
A customer group that can be used to organize customers into groups of similar traits.
Constructors
constructor
**new CustomerGroup**()
A customer group that can be used to organize customers into groups of similar traits.
Properties
created_atDateRequiredThe date with timezone at which the resource was created.
The details of the customers that belong to the customer group.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
idstringRequiredThe customer group's ID
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
namestringRequiredThe name of the customer group
The price lists that are associated with the customer group.
updated_atDateRequiredThe date with timezone at which the resource was updated.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?