Click or drag to resize

ITicketReofferCancel Interface

Contract defining Ticket that can be send to the MTS

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

The ITicketReofferCancel type exposes the following members.

Properties
 NameDescription
Public propertyBookmakerId Get the bookmaker id (client's id provided by Sportradar)
Public propertyCorrelationId Gets the correlation identifier
(Inherited from ISdkTicket)
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