Gets or sets an indication of whether this CFunctionFee represents a complimentary product. This is COMPLIMENTARY in the Product_Price table.

Namespace:  Asi.iBO.Events
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool IsComplimentary { get; set; }
Visual Basic (Declaration)
Public Property IsComplimentary As Boolean
Visual C++
public:
property bool IsComplimentary {
	bool get ();
	void set (bool value);
}

See Also