InvoiceItemDescription Property
Description of the invoice item.
Object Oriented Interface
public function getInvoiceItemDescription($invoiceitemindex); public function setInvoiceItemDescription($invoiceitemindex, $value);
Procedural Interface
inpaypal_invoice_get($res, 58 , $invoiceitemindex); inpaypal_invoice_set($res, 58, $value , $invoiceitemindex);
Default Value
''
Remarks
Description of the invoice item.
The size of the array is controlled by the InvoiceItemCount property.
This property is not available at design time.
Data Type
String