Interface IBookmakerDetails
- Namespace
- Sportradar.OddsFeed.SDK.Entities.Rest
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes representing bookmaker information
public interface IBookmakerDetails : IEntityPrinter
- Inherited Members
Properties
BookmakerId
Gets the Sportradar's provided bookmaker id of the associated bookmaker
int BookmakerId { get; }
Property Value
ExpireAt
Gets a value specifying the bookmaker's token will expire
DateTime ExpireAt { get; }
Property Value
Message
Gets an optional message associated with the current instance
string Message { get; }
Property Value
ResponseCode
Gets the response code of the server's response or a null reference
HttpStatusCode? ResponseCode { get; }
Property Value
ServerTimeDifference
Gets the server time difference
TimeSpan ServerTimeDifference { get; }
Property Value
- TimeSpan
The server time difference
VirtualHost
Gets the virtual host which should be used when connecting to the AMQP broker
string VirtualHost { get; }