Represents a group of customer profiles.
Customer groups can be created, be modified, and have their membership defined using the Customers API or within the Customer Directory in the Square Seller Dashboard or Point of Sale.
CustomerGroup
Name | Type | Tags | Description |
---|---|---|---|
id |
string | undefined |
Optional | A unique Square-generated ID for the customer group. Constraints: Maximum Length: 255 |
name |
string |
Required | The name of the customer group. |
createdAt |
string | undefined |
Optional | The timestamp when the customer group was created, in RFC 3339 format. |
updatedAt |
string | undefined |
Optional | The timestamp when the customer group was last updated, in RFC 3339 format. |
{
"name": "name0"
}