This type of message is sent through AMQP service when
...
particular betting offer should be cancelled and refunded due to an error
...
.
Message structure
.message | |||
---|---|---|---|
id | Unique identifier for the message | ||
type | betting_offer_cancelrollback | ||
source | Internal attribute, please dont use this attribute | ||
ut | Information about the date and time of when the message was created. Format UNIX_TIMESTAMP | ||
..data | |||
...betting_offer_cancel | |||
id | Identifier of the betting offer | ||
action | Describes type of operation for the event. Possible values:
| start_time | end_time
|
betting_offer_id | Identifier of the betting_offer. The complete list of possible betting_offer can be retrieved using the API resource: betting-offers.index | ||
start_date | If specified it means a start date from which all bets made should be cancelled. | ||
end_date | If specified it means an end date to which all bets made should be cancelled. Possible empty value |