Gets or sets an indicator of whether or not member pricing should be used on this COrder.

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

Syntax

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

Field Value

true if member pricing should be used on this COrder; false if it should not

Remarks

Many organizations give their "members" better prices on items ro event registrations than they offer to non-members. Exactly what a "member" is (and what name it goes by) is defined by the organization. Products will often have member prices and different non-member prices. This indicator says to use the member price for any product that has one available. If false, the non-member price will be used for each product for which it is available.

See Also