CreditAsync Method
Credits a customer's card.
Syntax
[VB.NET] Public Function CreditAsync() As IAsyncAction
[C#] public IAsyncAction CreditAsync();
E-Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreditAsync MethodCredits a customer's card. Syntax[VB.NET] Public Function CreditAsync() As IAsyncAction [C#] public IAsyncAction CreditAsync(); 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. |
||