RecurringIntraSyncRequest

RecurringIntraSyncRequest class

Recurring intrabank transaction synchronization request class.

public class RecurringIntraSyncRequest : AbstractSyncRequest

Constructors

NameDescription
RecurringIntraSyncRequest()Initializes a new instance of RecurringIntraSyncRequest class.

Properties

NameDescription
AccountFrom { get; set; }Gets or sets the from of BankAccount or CreditCardAccount or LoanAccount.
OfxExtension { get; set; }Gets or sets the OfxExtensionType.
RecurringIntraTransactionRequests { get; set; }Gets or sets the collection of RecurringIntraTransactionRequest.
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