CancelPreApprovalAsync Method
Cancels an existing preapproval.
Syntax
[VB.NET] Public Function CancelPreApprovalAsync(ByVal PreApprovalKey As String) As IAsyncAction
[C#] public IAsyncAction CancelPreApprovalAsync(string preApprovalKey);
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
CancelPreApprovalAsync MethodCancels an existing preapproval. Syntax[VB.NET] Public Function CancelPreApprovalAsync(ByVal PreApprovalKey As String) As IAsyncAction [C#] public IAsyncAction CancelPreApprovalAsync(string preApprovalKey); RemarksThis method is the asynchronous version of the CancelPreApproval method and is used to support asynchronous operations in WinRT. Please refer to CancelPreApproval for more information. |
||