Click or drag to resize

IMarketMappingData Interface

Represents mapping information used to map markets and outright to the sport / producer to which they belong

Namespace:  Sportradar.OddsFeed.SDK.Entities.REST.MarketMapping
Assembly:  Sportradar.OddsFeed.SDK.Entities.REST (in Sportradar.OddsFeed.SDK.Entities.REST.dll) Version: 1.42.0.0 (1.42.0.0)
Syntax
C#
public interface IMarketMappingData

The IMarketMappingData type exposes the following members.

Properties
  NameDescription
Public propertyMarketId
Gets the id of the market associated with the current instance
Public propertyMarketSubTypeId
Gets the market sub type identifier
Public propertyMarketTypeId
Gets the market type identifier
Public propertyOutcomeMappings
Gets the outcome mappings
Public propertyProducerId Obsolete.
Gets the id of the producer to which the associated market / outright belongs to
Public propertyProducerIds
Gets the ids of the producers to which the associated market / outright belongs to
Public propertySovTemplate
Gets the special odds value template value
Public propertySportId
Gets the id of the sport to which the associated market / outright belongs to
Public propertyValidFor
Gets the valid_for value
Top
Methods
  NameDescription
Public methodCanMap
Determines whether the current mapping can map market with provided specifiers associated with provided producer and sport
Top
See Also