Click or drag to resize

cashout Properties

The cashout type exposes the following members.

Properties
 NameDescription
Public propertyevent_id 
Public propertyEventId When overridden in derived class it gets the event identifier.
(Overrides FeedMessageEventId)
Public propertyEventURN When overridden in derived class, it gets a URN specifying the id of the associated sport event
(Inherited from FeedMessage)
Public propertyGeneratedAt Gets the timestamp of the message
(Overrides FeedMessageGeneratedAt)
Public propertyIsEventRelated When overridden in derived class, it gets a value indicating whether the current FeedMessage instance is related to sport event
(Overrides FeedMessageIsEventRelated)
Public propertyIsStateful When override in derived class, it gets a value indicating whether current message is state-ful
(Overrides FeedMessageIsStateful)
Public propertyName When overridden in derived class, gets the name of the current message
(Overrides FeedMessageName)
Public propertyodds 
Public propertyProducerId When overridden in derived class, it gets a value indicating the producer associated with current FeedMessage
(Overrides FeedMessageProducerId)
Public propertyproduct 
Public propertyReceivedAt Gets the timestamp of when the message was received (picked up) by the sdk
(Overrides FeedMessageReceivedAt)
Public propertyrequest_id 
Public propertyrequest_idSpecified 
Public propertyRequestId Gets a value specified when making a request which generated this message, or null reference if this messages is not resulted with the request
(Overrides FeedMessageRequestId)
Public propertyRequestIdUsage When overridden in derived class, it gets a value specifying the usage requirements of the RequestId property
(Overrides FeedMessageRequestIdUsage)
Public propertySentAt Gets the timestamp of when the message was sent
(Overrides FeedMessageSentAt)
Public propertysport_event_status 
Public propertySportId Gets or sets a URN representing the id of the sport associated with the current FeedMessage instance
(Inherited from FeedMessage)
Public propertytimestamp 
Top
See Also