InvestmentMailSyncRequest class
InvestmentMailSyncRequest class
Investment email Synchronization request class.
Inheritance: InvestmentMailSyncRequest → AbstractSyncRequest → AbstractRequest
The InvestmentMailSyncRequest type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| InvestmentMailSyncRequest() | Initializes a new instance of InvestmentMailSyncRequest 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. |
| include_images | True if the client accepts mail with images in the message body. False if the client does not accept mail with images in the message body. |
| use_html | True if client wants an HTML response, false if client wants plain text. |
| investment_account_from | Gets or sets the from of InvestmentAccount. |
| ofx_extension | Gets or sets the OfxExtensionType. |
| investment_mail_transaction_requests | Gets or sets the collection of InvestmentMailTransactionRequest. |
See Also
- module aspose.finance.ofx.investment
- class AbstractSyncRequest