| Name | Type | Description | Notes |
|---|---|---|---|
| IsEnabled | bool? | Are tips enabled? | [optional] |
| AllowCustomTips | bool? | Are custom tips allowed? | [optional] |
| AllowRoundUp | bool? | Is round up allowed? | [optional] |
| AllowEmojis | bool? | Are emojis allowed? | [optional] |
| Percentages | List<double?> | Ordered list of tip breakpoints (smallest -> largest) | [optional] |
| DefaultPercentage | double? | Defines a default percentage, it must be in the list of Percentages | [optional] |