RequestParamValue Property
The Value of the NVP Parameter.
Object Oriented Interface
public function getRequestParamValue($requestparamindex); public function setRequestParamValue($requestparamindex, $value);
Procedural Interface
inpaypal_paypalrequest_get($res, 20 , $requestparamindex); inpaypal_paypalrequest_set($res, 20, $value , $requestparamindex);
Default Value
''
Remarks
The Value of the NVP Parameter.
The size of the array is controlled by the RequestParamCount property.
This property is not available at design time.
Data Type
String