Click or drag to resize

ITicketAck Interface

Defines a contract for ticket acknowledgment ticket

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

The ITicketAck type exposes the following members.

Properties
 NameDescription
Public propertyBookmakerId Get the bookmaker id (client's id provided by Sportradar)
Public propertyCode Get the code
Public propertyCorrelationId Gets the correlation identifier
(Inherited from ISdkTicket)
Public propertyMessage Gets the message.
Public propertyTicketId Gets the ticket id
(Inherited from ISdkTicket)
Public propertyTicketStatus Gets the status of the ticket
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