Click or drag to resize

IBetBonus Interface

Defines a contract for classes implementing the bet bonus

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

The IBetBonus type exposes the following members.

Properties
 NameDescription
Public propertyDescription The field description is optional. Clients will choose one of the pre-defined types: "accaBonus" – default value, assumed if missing in the ticket "oddsBooster" "other"
Public propertyMode Gets the Payout mode (optional, default proportional). Relevant mostly for system bets. Any: if at least one bet wins entire bonus is paid out. Proportional: paid out bonus is proportional to number of won bets. All: all bets must win for bonus to be paid out.
Public propertyPaidAs The field PaidAs is optional, description of the bonus payment type: "cash" – default value, assumed if missing in the ticket "freeBet"
Public propertyType Gets the type of the bonus
Public propertyValue Gets the Quantity multiplied by 10000 and rounded to a long value
Top
See Also