| name | data type | description |
|---|---|---|
| sevenMeterGoalsStatisticEnabled | boolean | |
| groupTeamStatisticsEnabled | boolean | |
| showTablePointsInsteadOfGoals | boolean | |
| nuScoreLiveEnabled | boolean | |
| groupTableDisplayType | GroupTableDisplayType | |
| meetingReportPdfEnabled | boolean | |
| suspensionsStatisticsEnabled | boolean | |
| yellowCardsStatisticsEnabled | boolean | |
| noDoublesEnabled | boolean | |
| redCardsStatisticsEnabled | boolean | |
| goalsStatisticsEnabled | boolean |
Example
{
"sevenMeterGoalsStatisticEnabled" : true,
"groupTeamStatisticsEnabled" : true,
"showTablePointsInsteadOfGoals" : true,
"nuScoreLiveEnabled" : true,
"groupTableDisplayType" : "CROSS_TABLE",
"meetingReportPdfEnabled" : true,
"suspensionsStatisticsEnabled" : true,
"yellowCardsStatisticsEnabled" : true,
"noDoublesEnabled" : true,
"redCardsStatisticsEnabled" : true,
"goalsStatisticsEnabled" : true
}