Represents a group of customer profiles that match one or more predefined filter criteria.
Segments (also known as Smart Groups) are defined and created within the Customer Directory in the Square Seller Dashboard or Point of Sale.
CustomerSegment
Name | Type | Tags | Description | Getter | Setter |
---|---|---|---|---|---|
id |
?string |
Optional | A unique Square-generated ID for the segment. Constraints: Maximum Length: 255 |
getId(): ?string | setId(?string id): void |
name |
string |
Required | The name of the segment. | getName(): string | setName(string name): void |
createdAt |
?string |
Optional | The timestamp when the segment was created, in RFC 3339 format. | getCreatedAt(): ?string | setCreatedAt(?string createdAt): void |
updatedAt |
?string |
Optional | The timestamp when the segment was last updated, in RFC 3339 format. | getUpdatedAt(): ?string | setUpdatedAt(?string updatedAt): void |
{
"id": "id0",
"name": "name0",
"created_at": "created_at8",
"updated_at": "updated_at6"
}