Gets or sets an indication of whether this CSubscription instance is considered free of charge (true) or not (false).

Namespace:  Asi.iBO.Commerce
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