Click or drag to resize

ISenderBuilder Interface

Defines a contract for classes implementing builder for ISender

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

The ISenderBuilder type exposes the following members.

Methods
 NameDescription
Public methodBuild Builds the ISender
Public methodSetBookmakerId Sets the ticket bookmaker id (client's id provided by Sportradar)
Public methodSetCurrency Sets the 3 letter currency code
Public methodSetEndCustomer(IEndCustomer) Set the identification of the end user (customer)
Public methodSetEndCustomer(IPAddress, String, String, String, Int64) Set the identification of the end user (customer)
Public methodSetLimitId Sets the client's limit id (provided by Sportradar to the client)
Public methodSetSenderChannel Sets the senders communication channel
Public methodSetShopId Sets the shop id
Public methodSetTerminalId Sets the terminal id
Top
See Also