Table of Contents

Interface IMarketCancel

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

Represents information for a market with void reason

public interface IMarketCancel : IMarket
Inherited Members

Properties

VoidReason

Gets a INamedValue specifying the void reason, or a null reference if no void reason is specified

INamedValue VoidReason { get; }

Property Value

INamedValue