AddCustomField Method
Adds a custom name-value pair to be sent with the next request.
Syntax
int AddCustomField(char* lpszName, char* lpszValue);
Remarks
This method should be used to add a custom name-value pair to be added to the next outgoing request to PayPal.
Note that the added custom fields will be cleared after each request automatically by the class.