CreditAsync Method
Credits a previous ACH transaction.
Syntax
[VB.NET] Public Function CreditAsync(ByVal TransactionId As String, ByVal CreditAmount As String) As Task
[C#] public Task CreditAsync(string transactionId, string creditAmount);
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreditAsync MethodCredits a previous ACH transaction. Syntax[VB.NET] Public Function CreditAsync(ByVal TransactionId As String, ByVal CreditAmount As String) As Task [C#] public Task CreditAsync(string transactionId, string creditAmount); RemarksThis method is the asynchronous version of the Credit method and is used to support asynchronous operations in WinRT. Please refer to Credit for more information. |
||