ReactivateCardAsync Method
Re-activates Gift Card that has been previously deactivated.
Syntax
[VB.NET] Public Function ReactivateCardAsync() As IAsyncAction
[C#] public IAsyncAction ReactivateCardAsync();
Direct Payment Integrator V6 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ReactivateCardAsync MethodRe-activates Gift Card that has been previously deactivated. Syntax[VB.NET] Public Function ReactivateCardAsync() As IAsyncAction [C#] public IAsyncAction ReactivateCardAsync(); RemarksThis method is the asynchronous version of the ReactivateCard method and is used to support asynchronous operations in WinRT. Please refer to ReactivateCard for more information. |
||