Click or drag to resize

ITicketNonSrSettleResponse Interface

Defines a contract for ticket submission response

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

The ITicketNonSrSettleResponse type exposes the following members.

Properties
 NameDescription
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 ticket non-sportradar settle submission
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