Click or drag to resize
IGetDetailsResponse Interface

Note: This is preliminary documentation provided only as a preview, and is subject to change. Please contact the author for pricing and licensing information.

Container for GetDetails method response.

Namespace: ETradeNet.Accounts.Alerts
Assembly: ETradeNet.Accounts (in ETradeNet.Accounts.dll) Version: 1.0.5793.41751
Syntax
public interface IGetDetailsResponse

The IGetDetailsResponse type exposes the following members.

Properties
  NameDescription
Public propertyAlertId
Gets the alert ID.
Public propertyCreateDateTime
Gets the date and time when the alert was issued.
Public propertyMsgText
Gets the body of the alert.
Public propertyReadDateTime
Gets the date and time when the alert was first read. When retrieved for the first time, this value is 0 (zero). After that, this value is permanently set to the time of the first retrieval.
Public propertySubject
Gets the subject of the alert.
Top
See Also