Interface IAvailableSelections
Provides an available selections for a particular event
public interface IAvailableSelections
Properties
EventId
Gets the Urn of the event
Urn EventId { get; }
Property Value
Markets
Gets the list of markets for this event
IEnumerable<IMarket> Markets { get; }