Table of Contents

Interface IProductInfoLink

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

Defines a contract implemented by classes representing product info links

public interface IProductInfoLink : IEntityPrinter
Inherited Members

Properties

Gets the name of the product link represented by the current instance

string Name { get; }

Property Value

string

Gets the reference to the product info represented by the current instance

string Reference { get; }

Property Value

string