Table of Contents

Interface ISeasonCoverage

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

Defines an interface representing season coverage info

public interface ISeasonCoverage

Properties

MaxCoverageLevel

Gets the string representation of the maximum coverage available for the season associated with the current instance

string MaxCoverageLevel { get; }

Property Value

string

MaxCovered

Gets the max covered value

int? MaxCovered { get; }

Property Value

int?

MinCoverageLevel

Gets the name of the minimum coverage guaranteed for the season associated with the current instance

string MinCoverageLevel { get; }

Property Value

string

Played

Gets the played value

int Played { get; }

Property Value

int

Scheduled

Gets the scheduled value

int Scheduled { get; }

Property Value

int

SeasonId

Gets the identifier of the season

Urn SeasonId { get; }

Property Value

Urn