RecurringPaymentSyncRequest class
RecurringPaymentSyncRequest class
Recurring payment synchronization request class.
Inheritance: RecurringPaymentSyncRequest → AbstractSyncRequest → AbstractRequest
The RecurringPaymentSyncRequest type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
| RecurringPaymentSyncRequest() | Initializes a new instance of RecurringPaymentSyncRequest 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. |
| bank_account_from | Gets or sets the from of BankAccount. |
| ofx_extension | Gets or sets the OfxExtensionType. |
| recurring_payment_transaction_requests | Gets or sets the collection of RecurringPaymentTransactionRequest. |
See Also
- module aspose.finance.ofx.billpay
- class AbstractSyncRequest