AccountInfoRequest

AccountInfoRequest class

The client uses this class to request information about accounts whose status has changed since the last time the request was made. This request is typically used to retrieve a list of accounts whose status has changed from PEND to ACTIVE.

public class AccountInfoRequest

Constructors

NameDescription
AccountInfoRequest()Initializes a new instance of AccountInfoRequest class.

Properties

NameDescription
AccountUpdateDate { get; set; }Gets or sets the date and time of last update to account information on the server.

See Also