InvoiceItemUnitPrice Property
Price of the item (in the currency specified by CurrencyCode ).
Syntax
char* GetInvoiceItemUnitPrice(int iInvoiceItemIndex);
int SetInvoiceItemUnitPrice(int iInvoiceItemIndex, char* lpszInvoiceItemUnitPrice);
Default Value
""
Remarks
Price of the item (in the currency specified by CurrencyCode).
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