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

AddCustomField Method

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

Syntax

[VB.NET]
Public Sub AddCustomField(ByVal Name As String, ByVal Value As String)
[C#]
public void AddCustomField(string name, string value);

Remarks

This method should be used to append a custom name-value pair to the next outgoing request to PayPal.

Note: The custom fields that have been added will be cleared by the component automatically after each request.

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