InterSyncRequest class

InterSyncRequest class

Interbank transaction synchronization request class.

Inheritance: InterSyncRequestAbstractSyncRequestAbstractRequest

The InterSyncRequest type exposes the following members:

Constructors

ConstructorDescription
InterSyncRequest()Initializes a new instance of InterSyncRequest 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.
account_fromGets or sets the from of BankAccount or CreditCardAccount or LoanAccount.
ofx_extensionGets or sets the OfxExtensionType.
inter_transaction_requestsGets or sets the collection of InterTransactionRequest.

See Also