The fair market (monetary) value associated with this CDuesProduct, for tax purposes.

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

Syntax

C#
public decimal FairMarketValue { get; set; }
Visual Basic
Public Property FairMarketValue As Decimal
	Get
	Set
Visual C++
public:
property Decimal FairMarketValue {
	Decimal get ();
	void set (Decimal value);
}

Field Value

A monetary amount that is the value of the product for tax purposes.

See Also