RedeemCardAsync Method
Removes funds from the gift card for a purchase.
Syntax
[VB.NET] Public Function RedeemCardAsync() As Task
[C#] public Task RedeemCardAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
RedeemCardAsync MethodRemoves funds from the gift card for a purchase. Syntax[VB.NET] Public Function RedeemCardAsync() As Task [C#] public Task RedeemCardAsync(); RemarksThis method is the asynchronous version of the RedeemCard method and is used to support asynchronous operations in WinRT. Please refer to RedeemCard for more information. |
||