E-Banking Integrator V4 - Online Help
E-Banking Integrator V4
Questions / Feedback?

SynchronizePaymentsAsync Method

Synchronizes bills paid on the client side with paid bills on record on the server side.

Syntax

[VB.NET]
Public Function SynchronizePaymentsAsync(ByVal Token As String) As Task<string>
[C#]
public Task<string> SynchronizePaymentsAsync(string token);

Remarks

This method is the asynchronous version of the SynchronizePayments method and is used to support asynchronous operations in WinRT. Please refer to SynchronizePayments for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0