RecurringInterSyncRequest class
RecurringInterSyncRequest class
Recurring interbank transaction synchronization request class.
Inheritance: RecurringInterSyncRequest → AbstractSyncRequest → AbstractRequest
The RecurringInterSyncRequest type exposes the following members:
Constructors
Constructor | Description |
---|---|
RecurringInterSyncRequest() | Initializes a new instance of RecurringInterSyncRequest 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. |
account_from | Gets or sets the from of BankAccount or CreditCardAccount or LoanAccount. |
ofx_extension | Gets or sets the OfxExtensionType. |
recurring_inter_transaction_requests | Gets or sets the collection of RecurringInterTransactionRequest. |
See Also
- module aspose.finance.ofx.intertransfer
- class AbstractSyncRequest