Click or drag to resize

ITicketBuilder Interface

Defines a contract for classes implementing builder for ITicket

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

The ITicketBuilder type exposes the following members.

Methods
 NameDescription
Public methodAddBet Adds the IBet
Public methodBuildTicket Builds the ITicket
Public methodGetBets Gets the bets
Public methodSetAltStakeRefId Sets the alternative stake reference ticket id
Public methodSetLastMatchEndTime Sets end time of last (non Sportradar) match on ticket
Public methodSetOddsChange Sets the odds change
Public methodSetReofferId Sets the reoffer id
Public methodSetSender Sets the sender
Public methodSetTestSource Sets the test source
Public methodSetTicketId Sets the ticket id
Public methodSetTotalCombinations Sets the expected total number of generated combinations on this ticket (optional, default null). If present, it is used to validate against actual number of generated combinations.
Top
See Also