Class MatchBooking
- Namespace
- Sportradar.LiveData.Sdk.FeedProviders.LiveScout.Entities
- Assembly
- Sportradar.LiveData.Sdk.dll
Match booking reply. This reply is sent when a client books a match.
[Serializable]
public class MatchBooking : ScoutEntityBase
- Inheritance
-
MatchBooking
- Inherited Members
Properties
MatchId
The ID of the match booking reply is for.
public long? MatchId { get; }
Property Value
- long?
Message
If the match booking fails for any reason (match already bought, match finished etc.), the message will contain an explanation.
public string Message { get; }
Property Value
Result
Result of match booking (either valid or invalid)
public BookMatchResult Result { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.
Remarks
Can be used for diagnostics purposes.