Gets or sets the General Ledger account used to track adjustments to sales of this product.

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

Syntax

C#
protected string AdjustmentAccount { get; set; }
Visual Basic
Protected Property AdjustmentAccount As String
	Get
	Set
Visual C++
protected:
property String^ AdjustmentAccount {
	String^ get ();
	void set (String^ value);
}

Field Value

A GL account number of the account used to track adjustments to sales of this product.

See Also