Gets or sets a indication of whether this CSubscription instance should be included in dues billing runs (true), or if it should be billed as an optional subscription (false).

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

Syntax

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

See Also