RecurringPaymentSyncRequest class

RecurringPaymentSyncRequest class

Recurring payment synchronization request class.

Inheritance: RecurringPaymentSyncRequestAbstractSyncRequestAbstractRequest

The RecurringPaymentSyncRequest type exposes the following members:

Constructors

ConstructorDescription
RecurringPaymentSyncRequest()Initializes a new instance of RecurringPaymentSyncRequest class.

Properties

PropertyDescription
tokenGets or sets the token.
token_onlyGets or sets whether request for just the current token without the history.
refreshGets or sets whether request for refresh of current state.
reject_if_misssingIf yes, do not process requests if client token is out of date.
bank_account_fromGets or sets the from of BankAccount.
ofx_extensionGets or sets the OfxExtensionType.
recurring_payment_transaction_requestsGets or sets the collection of RecurringPaymentTransactionRequest.

See Also