An amount object only containing value and currency, and optionally an indicator of DEBIT/CREDIT
Amount in minor denomination, e.g. R799.95 is encoded as 79995
Three digit currency number from ISO 4217, e.g. South African Rand is encoded as 710
An amount object only containing value and currency, and optionally an indicator of DEBIT/CREDIT
Amount in minor denomination, e.g. R799.95 is encoded as 79995
Three digit currency number from ISO 4217, e.g. South African Rand is encoded as 710
The minimum number of selections that can be made for the primary selection.
The maximum number of selections that can be made for the primary selection.
The minimum number of selections that can be made for the secondary selection.
The maximum number of selections that can be made for the secondary selection.
The highest number that can be selected. Not applicable to all games.
The lowest number that can be selected for the secondary selection. Not applicable to all games.
The highest number that can be selected for the secondary selection. Not applicable to all games.
The current revision version of the game rules. The revision is retrieved from the game provider.
{ "gameName": "string", "basePrice": { "amount": 0, "currency": "string", "ledgerIndicator": "DEBIT" }, "maxPrice": { "amount": 0, "currency": "string", "ledgerIndicator": "DEBIT" }, "minBoards": 0, "maxBoards": 0, "minSelections": 0, "maxSelections": 0, "minSecondarySelections": 0, "maxSecondarySelections": 0, "selectionLowNumber": "string", "selectionHighNumber": "string", "secondarySelectionLowNumber": "string", "secondarySelectionHighNumber": "string", "isQuickPickAvailable": true, "maxDuration": 0, "revision": "string", "ticketMessage": "string", "addonGames": [ { … } ] }