Gets or sets the fair market value associated with this product.

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 representing the true value of the product.

Remarks

Normally used when a portion of the proceeds from the sale of the product are a tax deductable donation. The customer can typically only write-off the difference between the price paid and the FairMarketValue on their taxes.

See Also