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