InvoiceItemTaxName Property
Name of the applicable tax.
Syntax
char* GetInvoiceItemTaxName(int iInvoiceItemIndex);
int SetInvoiceItemTaxName(int iInvoiceItemIndex, char* lpszInvoiceItemTaxName);
Default Value
""
Remarks
Name 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