InvoiceItemName Property
SKU or name of the item.
Object Oriented Interface
public function getInvoiceItemName($invoiceitemindex); public function setInvoiceItemName($invoiceitemindex, $value);
Procedural Interface
inpaypal_invoice_get($res, 59 , $invoiceitemindex); inpaypal_invoice_set($res, 59, $value , $invoiceitemindex);
Default Value
''
Remarks
SKU or name of the item.
This property is required.
The size of the array is controlled by the InvoiceItemCount property.
This property is not available at design time.
Data Type
String