CustomerGroup

April 22, 2020 ยท View on GitHub

Description

Represents a group of customer profiles. Customer groups can be created, modified, and have their membership defined either via the Customers API or within Customer Directory in the Square Dashboard or Point of Sale.

Properties

NameGetterSetterTypeDescriptionNotes
idgetId()setId($value)stringUnique Square-generated ID for the customer group.[optional]
namegetName()setName($value)stringName of the customer group.
created_atgetCreatedAt()setCreatedAt($value)stringThe timestamp when the customer group was created, in RFC 3339 format.[optional]
updated_atgetUpdatedAt()setUpdatedAt($value)stringThe timesamp when the customer group was last updated, in RFC 3339 format.[optional]

Note: All properties are protected and only accessed via getters and setters.

[Back to Model list] [Back to API list] [Back to README]