ItemDescription Property
Paypal item description for the shopping cart.
Object Oriented Interface
public function getItemDescription($itemindex); public function setItemDescription($itemindex, $value);
Procedural Interface
inpaypal_expresscheckout_get($res, 18 , $itemindex); inpaypal_expresscheckout_set($res, 18, $value , $itemindex);
Default Value
''
Remarks
Paypal item description for the shopping cart.
The size of the array is controlled by the ItemCount property.
This property is not available at design time.
Data Type
String