An amount object only containing value and currency, and optionally an indicator of DEBIT/CREDIT
Three digit currency number from ISO 4217, e.g. South African Rand is encoded as 710
{ "amount": 0, "currency": "string", "ledgerIndicator": "DEBIT" }
The Electrum Lotto Service Interface describes an interface for creating, confirming and reversing Lotto wagers.
https://[placeholder].dev/lotto/v2/
The randomly generated UUID identifying this errorDetail, as defined for a variant 4 UUID in RFC 4122
The UUID of the original request message in the case of an error occurring for an advice message
The type of error that occurred
The type of request that preceded the error
{ "id": "string", "originalId": "string", "errorType": "DUPLICATE_RECORD", "errorMessage": "string", "requestType": "WAGER_REQUEST", "detailMessage": {} }