Click or drag to resize

ITicketCancelResponse Interface

Defines a contract for ticket cancellation response

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

The ITicketCancelResponse type exposes the following members.

Properties
 NameDescription
Public propertyAdditionalInfo Gets the additional information about the response
Public propertyCorrelationId Gets the correlation identifier
(Inherited from ISdkTicket)
Public propertyReason Gets the response reason
Public propertySignature Gets the response signature/hash (previous BetAcceptanceId)
Public propertyStatus Gets the status of the cancellation
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 methodAcknowledge(Boolean) Send acknowledgment back to MTS
(Inherited from IAcknowledgeable)
Public methodAcknowledge(Boolean, Int32, Int32, String) Send acknowledgment back to MTS
(Inherited from IAcknowledgeable)
Public methodToJson Gets the json representation of the ticket which is sent to or received from MTS
(Inherited from ISdkTicket)
Top
See Also