CreateCustomerGroupRequest
April 22, 2020 ยท View on GitHub
Description
Defines the body parameters that can be provided in a request to the CreateCustomerGroup endpoint.
Properties
| Name | Getter | Setter | Type | Description | Notes |
|---|---|---|---|---|---|
| idempotency_key | getIdempotencyKey() | setIdempotencyKey($value) | string | The idempotency key for the request. See the Idempotency guide for more information. | [optional] |
| group | getGroup() | setGroup($value) | \SquareConnect\Model\CustomerGroup | The customer group to create. |
Note: All properties are protected and only accessed via getters and setters.