VerifyAddressAsync Method
Request to verify the email and postal address of a buyer.
Syntax
[VB.NET] Public Function VerifyAddressAsync() As IAsyncAction
[C#] public IAsyncAction VerifyAddressAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
VerifyAddressAsync MethodRequest to verify the email and postal address of a buyer. Syntax[VB.NET] Public Function VerifyAddressAsync() As IAsyncAction [C#] public IAsyncAction VerifyAddressAsync(); RemarksThis method is the asynchronous version of the VerifyAddress method and is used to support asynchronous operations in WinRT. Please refer to VerifyAddress for more information. |
||