ReAuthorizeAsync Method
Reauthorize the transaction.
Syntax
[VB.NET] Public Function ReAuthorizeAsync(ByVal AuthorizationId As String, ByVal NewAmount As String) As Task
[C#] public Task ReAuthorizeAsync(string authorizationId, string newAmount);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ReAuthorizeAsync MethodReauthorize the transaction. Syntax[VB.NET] Public Function ReAuthorizeAsync(ByVal AuthorizationId As String, ByVal NewAmount As String) As Task [C#] public Task ReAuthorizeAsync(string authorizationId, string newAmount); RemarksThis method is the asynchronous version of the ReAuthorize method and is used to support asynchronous operations in WinRT. Please refer to ReAuthorize for more information. |
||