Table of Contents

Interface IOutcomeMappingData

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

Represents mapping information used to map market outcomes

public interface IOutcomeMappingData

Properties

MarketId

Gets the mapped market identifier

string MarketId { get; }

Property Value

string

The mapped market identifier

OutcomeId

Gets the id of the outcome

string OutcomeId { get; }

Property Value

string

ProducerOutcomeId

Gets the producer outcome identifier

string ProducerOutcomeId { get; }

Property Value

string

Methods

GetProducerOutcomeName(CultureInfo)

Gets the name of the producer outcome in specified language

string GetProducerOutcomeName(CultureInfo culture)

Parameters

culture CultureInfo

A CultureInfo specifying the language of the retrieved producer outcome name

Returns

string

Returns the producer outcome name in the language specified by the passed culture