Table of Contents

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

int

ExpireAt

Gets a value specifying the bookmaker's token will expire

DateTime ExpireAt { get; }

Property Value

DateTime

Message

Gets an optional message associated with the current instance

string Message { get; }

Property Value

string

ResponseCode

Gets the response code of the server's response or a null reference

HttpStatusCode? ResponseCode { get; }

Property Value

HttpStatusCode?

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; }

Property Value

string