Table of Contents

Interface IOutcomeFilter

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

Provides an outcomes

public interface IOutcomeFilter

Properties

Id

Gets the id of the outcome

string Id { get; }

Property Value

string

IsConflict

Value indicating if this outcome is in conflict

bool? IsConflict { get; }

Property Value

bool?