Table of Contents

Interface IFixtureChange

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

Defines a contract implemented by classes representing fixture change

public interface IFixtureChange : IEntityPrinter
Inherited Members

Properties

SportEventId

Gets the Urn specifying the sport event

Urn SportEventId { get; }

Property Value

Urn

UpdateTime

Gets the DateTime specifying the last update time

DateTime UpdateTime { get; }

Property Value

DateTime