InvoiceItemTaxRate Property
Rate of the applicable tax.
Object Oriented Interface
public function getInvoiceItemTaxRate($invoiceitemindex); public function setInvoiceItemTaxRate($invoiceitemindex, $value);
Procedural Interface
inpaypal_invoice_get($res, 62 , $invoiceitemindex); inpaypal_invoice_set($res, 62, $value , $invoiceitemindex);
Default Value
''
Remarks
Rate of the applicable tax.
The size of the array is controlled by the InvoiceItemCount property.
This property is not available at design time.
Data Type
String