Class ExportableBonusInfo
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
- Assembly
- Sportradar.OddsFeed.SDK.dll
Class used to export/import bonus info cache item properties
[Serializable]
public class ExportableBonusInfo
- Inheritance
-
ExportableBonusInfo
- Inherited Members
Properties
BonusBalls
A int representing the bonus balls
public int? BonusBalls { get; set; }
Property Value
- int?
BonusDrumType
A BonusDrumType representing the bonus drum type
public BonusDrumType? BonusDrumType { get; set; }
Property Value
BonusRange
A string representing the bonus range
public string BonusRange { get; set; }