| is_required | Boolean | Indicates if extras within a group is REQUIRED to be added on cart with the item | [default to null] |
| extras | List | List of extras within a group | [optional] [default to null] |
| name | String | The name of the extra group | [default to null] |
| description | String | The description of the extra group | [default to null] |
| minimum_number | BigDecimal | Minimum number of extras within a group that NEEDS to be added on cart with the item | [default to null] |
| maximum_number | BigDecimal | Maximum number of extras within a group that can be added on cart with the item | [default to null] |