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
Name
Gets the name of the product link represented by the current instance
string Name { get; }
Property Value
Reference
Gets the reference to the product info represented by the current instance
string Reference { get; }