PaymentSyncRequest
Contents
[
Hide
]PaymentSyncRequest class
Payment synchronization request class.
public class PaymentSyncRequest : AbstractSyncRequest
Constructors
| Name | Description |
|---|---|
| PaymentSyncRequest() | Initializes a new instance of PaymentSyncRequest class. |
Properties
| Name | Description |
|---|---|
| BankAccountFrom { get; set; } | Gets or sets the from of BankAccount. |
| OfxExtension { get; set; } | Gets or sets the OfxExtensionType. |
| PaymentTransactionRequests { get; set; } | Gets or sets the collection of PaymentTransactionRequest. |
| 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. |
See Also
- class AbstractSyncRequest
- namespace Aspose.Finance.Ofx.BillPay
- assembly Aspose.Finance