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
Urn Id { get; }
Property Value
Name
Gets the name of the referee represented by the current IPitcher instance
string Name { get; }