AccountSyncRequest class

AccountSyncRequest class

Service activation synchronization request class.

Inheritance: AccountSyncRequestAbstractSyncRequestAbstractRequest

The AccountSyncRequest type exposes the following members:

Constructors

Constructor Description
AccountSyncRequest() Initializes a new instance of AccountSyncRequest class.

Properties

Property Description
token Gets or sets the token.
token_only Gets or sets whether request for just the current token without the history.
refresh Gets or sets whether request for refresh of current state.
reject_if_misssing If yes, do not process requests if client token is out of date.
ofx_extension Gets or sets the OfxExtensionType.
account_transaction_requests Gets or sets the collection of AccountTransactionRequest.

See Also