PresentmentMailSyncRequest class

PresentmentMailSyncRequest class

Bill presentment mail synchronization request class.

Inheritance: PresentmentMailSyncRequestAbstractSyncRequestAbstractRequest

The PresentmentMailSyncRequest type exposes the following members:

Constructors

ConstructorDescription
PresentmentMailSyncRequest()Initializes a new instance of PresentmentMailSyncRequest 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_imagesTrue 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_htmlTrue if client wants an HTML response, False if client wants plain text.
presentment_account_fromGets or sets the from of PresentmentAccount.
ofx_extensionGets or sets the OfxExtensionType.
presentment_mail_transaction_requestsGets or sets the collection of PresentmentMailTransactionRequest.

See Also