Table of Contents

Interface IPitcher

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

Defines a contract implemented by classes representing sport event pitcher

public interface IPitcher : IEntityPrinter
Inherited Members

Properties

Competitor

Gets the indicator if the competitor is Home or Away

HomeAway Competitor { get; }

Property Value

HomeAway

The indicator if the competitor is Home or Away

Hand

Gets the hand with which player pitches

PlayerHand Hand { get; }

Property Value

PlayerHand

The hand with which player pitches

Id

Gets a Urn used to uniquely identify the current IPitcher instance

Urn Id { get; }

Property Value

Urn

Name

Gets the name of the referee represented by the current IPitcher instance

string Name { get; }

Property Value

string