Table of Contents

Class ExportableLottery

Namespace
Sportradar.OddsFeed.SDK.Entities.Rest.Caching.Exportable
Assembly
Sportradar.OddsFeed.SDK.dll

Class used to export/import lottery cache item properties

[Serializable]
public class ExportableLottery : ExportableSportEvent
Inheritance
ExportableLottery
Inherited Members

Properties

BonusInfo

A ExportableBonusInfo representing the bonus info

public ExportableBonusInfo BonusInfo { get; set; }

Property Value

ExportableBonusInfo

CategoryId

A string representing the category id

public string CategoryId { get; set; }

Property Value

string

DrawInfo

A ExportableDrawInfo representing the draw info

public ExportableDrawInfo DrawInfo { get; set; }

Property Value

ExportableDrawInfo

ScheduledDraws

A IEnumerable<T> representing the scheduled draws

public IEnumerable<string> ScheduledDraws { get; set; }

Property Value

IEnumerable<string>