PaymentMailSyncRequest
Contents
[
Hide
]
PaymentMailSyncRequest class
Payment mail synchronization request class.
public class PaymentMailSyncRequest : AbstractSyncRequest
Constructors
Name | Description |
---|---|
PaymentMailSyncRequest() | Initializes a new instance of PaymentMailSyncRequest class. |
Properties
Name | Description |
---|---|
IncludeImages { get; set; } | 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. |
OfxExtension { get; set; } | Gets or sets the OfxExtensionType . |
PaymentMailTransactionRequests { get; set; } | Gets or sets the collection of PaymentMailTransactionRequest . |
Refresh { get; set; } | Gets or sets whether request for refresh of current state. |
RejectIfMisssing { get; set; } | If yes, do not process requests if client token is out of date. |
Token { get; set; } | Gets or sets the token. |
TokenOnly { get; set; } | Gets or sets whether request for just the current token without the history. |
UseHtml { get; set; } | True if client wants an HTML response, false if client wants plain text. |
See Also
- class AbstractSyncRequest
- namespace Aspose.Finance.Ofx.BillPay
- assembly Aspose.Finance