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.2.0

Syntax

C#
public decimal FairMarketValue { get; set; }
Visual Basic (Declaration)
Public Property FairMarketValue As Decimal
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