RequestParams Property
A collection of name-value pair parameters for the current request.
Syntax
[VB.NET] Public Property RequestParams As NVPParamList
[C#] public NVPParamList RequestParams {get;}
Remarks
This property contains parameters that are to be posted with the current request. The RequestParams collection contains the variables as NVPParam types, which contains fields describing these variables.
The parameters must be set before the request is made. The Method property contains the method of the outgoing PayPal request.
This collection is indexed from 0 to Count - 1.
This property is not available at design time.