AddValueAsync Method
Activates and/or adds funds to a Gift Card.
Syntax
[VB.NET] Public Function AddValueAsync() As IAsyncAction
[C#] public IAsyncAction AddValueAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
AddValueAsync MethodActivates and/or adds funds to a Gift Card. Syntax[VB.NET] Public Function AddValueAsync() As IAsyncAction [C#] public IAsyncAction AddValueAsync(); RemarksThis method is the asynchronous version of the AddValue method and is used to support asynchronous operations in WinRT. Please refer to AddValue for more information. |
||