Table of Contents

Interface IAvailableSelectionsFilter

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

Provides an available selections for a particular event

public interface IAvailableSelectionsFilter

Properties

EventId

Gets the Urn of the event

Urn EventId { get; }

Property Value

Urn

Markets

Gets the list of markets for this event

IEnumerable<IMarketFilter> Markets { get; }

Property Value

IEnumerable<IMarketFilter>