LineItemDescription Property
Description of the item.
Syntax
char* GetLineItemDescription(int iLineItemIndex);
int SetLineItemDescription(int iLineItemIndex, char* lpszLineItemDescription);
Default Value
""
Remarks
Description of the item.
This property contains an alphanumeric description of the item(s) being supplied.
The maximum length of this property is 35 characters. All properties associated with a specific Line Item must be set with an identical ItemIndex index. This index must be incremented for each Line Item that is added. The ItemIdx ranges from 0 to LineItemCount - 1.
This property is used for both Visa and MasterCard Corporate Purchasing Cards.
The size of the array is controlled by the LineItemCount property.
This property is not available at design time.
Data Type
String