CreditAsync Method
Submits a credit transaction.
Syntax
[VB.NET] Public Function CreditAsync() As Task
[C#] public Task CreditAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CreditAsync MethodSubmits a credit transaction. Syntax[VB.NET] Public Function CreditAsync() As Task [C#] public Task 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. |
||