Click or drag to resize

ITicketCancelAck Interface

Object that is send to MTS to acknowledge ticket cancellation

Namespace: Sportradar.MTS.SDK.Entities.Interfaces
Assembly: Sportradar.MTS.SDK (in Sportradar.MTS.SDK.dll) Version: 2.4.1.2

The ITicketCancelAck type exposes the following members.

Properties
 NameDescription
Public propertyBookmakerId Get the bookmaker id (client's id provided by Sportradar)
Public propertyCode Gets the code
Public propertyCorrelationId Gets the correlation identifier
(Inherited from ISdkTicket)
Public propertyMessage Gets the message.
Public propertyTicketCancelStatus Gets the status of the ticket cancel
Public propertyTicketId Gets the ticket id
(Inherited from ISdkTicket)
Public propertyTimestamp Gets the timestamp of ticket placement (UTC)
(Inherited from ISdkTicket)
Public propertyVersion Gets the ticket format version
(Inherited from ISdkTicket)
Top
Methods
 NameDescription
Public methodToJson Gets the json representation of the ticket which is sent to or received from MTS
(Inherited from ISdkTicket)
Top
See Also