InvoiceItemCount Property
The number of records in the InvoiceItem arrays.
Object Oriented Interface
public function getInvoiceItemCount(); public function setInvoiceItemCount($value);
Procedural Interface
inpaypal_invoice_get($res, 56 ); inpaypal_invoice_set($res, 56, $value );
Default Value
0
Remarks
This property controls the size of the following arrays:- InvoiceItemDate
- InvoiceItemDescription
- InvoiceItemName
- InvoiceItemQuantity
- InvoiceItemTaxName
- InvoiceItemTaxRate
- InvoiceItemUnitPrice
This property is not available at design time.
Data Type
Integer