Gets or sets an indicator of whether donations have to be in cash (as opposed to in-kind) in order to be considered for qualification for the club.

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

Syntax

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

Field Value

If true, only cash donations are considered when determining club qualification. If false, both cash and in-kind donations are considered.

See Also