RecurringPaymentSyncResponse

RecurringPaymentSyncResponse class

Recurring payment synchronization response class.

public class RecurringPaymentSyncResponse : AbstractSyncResponse

Constructors

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

Properties

NameDescription
BankAccountFrom { get; set; }Gets or sets the from of BankAccount.
LostSynchronization { get; set; }Yes if the token in the synchronization request is older than the earliest entry in the server’s history table.In this case, some responses have been lost. No if the token in the synchronization request is newer than or matches a token in the server’s history table.
OfxExtension { get; set; }Gets or sets the OfxExtensionType.
RecurringPaymentTransactionResponses { get; set; }Gets or sets the collection of RecurringPaymentTransactionResponse.
Token { get; set; }Gets or sets the new synchronization token.

See Also