PayPal Integrator V5 - Online Help
PayPal Integrator V5
Questions / Feedback?

AddCustomFieldAsync Method

This adds a custom name-value pair to be sent with the next request.

Syntax

[VB.NET]
Public Function AddCustomFieldAsync(ByVal Name As String, ByVal Value As String) As IAsyncAction
[C#]
public IAsyncAction AddCustomFieldAsync(string name, string value);

Remarks

This method is the asynchronous version of the AddCustomField method and is used to support asynchronous operations in WinRT. Please refer to AddCustomField for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 5.0.6240.0