LoanMailSyncRequest class

LoanMailSyncRequest class

Loan mail synchronization request class.

Inheritance: LoanMailSyncRequestAbstractSyncRequestAbstractRequest

The LoanMailSyncRequest type exposes the following members:

Constructors

ConstructorDescription
LoanMailSyncRequest()Initializes a new instance of LoanMailSyncRequest class.

Properties

PropertyDescription
tokenGets or sets the token.
token_onlyGets or sets whether request for just the current token without the history.
refreshGets or sets whether request for refresh of current state.
reject_if_misssingIf yes, do not process requests if client token is out of date.
include_imagesYes if the client accepts mail with images in the message body. No if the client does not accept mail with images in the message body.
use_htmlYes if client wants an HTML response, No if client wants plain text.
loan_account_fromGets or sets the from of LoanAccount.
ofx_extensionGets or sets the OfxExtensionType.
loan_mail_transaction_requestsGets or sets the collection of LoanMailTransactionRequest.

See Also