FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
ameliabooking
/
vendor
/
square
/
square
/
doc
/
models
Edit File: update-customer-group-request.md
# Update Customer Group Request Defines the body parameters that can be included in a request to the [UpdateCustomerGroup](../../doc/apis/customer-groups.md#update-customer-group) endpoint. ## Structure `UpdateCustomerGroupRequest` ## Fields | Name | Type | Tags | Description | Getter | Setter | | --- | --- | --- | --- | --- | --- | | `group` | [`CustomerGroup`](../../doc/models/customer-group.md) | Required | Represents a group of customer profiles.<br><br>Customer groups can be created, be modified, and have their membership defined using<br>the Customers API or within the Customer Directory in the Square Seller Dashboard or Point of Sale. | getGroup(): CustomerGroup | setGroup(CustomerGroup group): void | ## Example (as JSON) ```json { "group": { "name": "Loyal Customers", "id": "id8", "created_at": "created_at4", "updated_at": "updated_at6" } } ```
Save
Back