# CustomerGroupInfo
### Description
Contains some brief information about a customer group with its identifier included.
## Properties
Name | Getter | Setter | Type | Description | Notes
------------ | ------------- | ------------- | ------------- | ------------- | -------------
**id** | getId() | setId($value) | **string** | The ID of the customer group. |
**name** | getName() | setName($value) | **string** | The name of the customer group. |
Note: All properties are protected and only accessed via getters and setters.
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)