Gets or sets the General Ledger account used to track adjustments to sales of this product.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string AdjustmentAccount { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property AdjustmentAccount As String |
| Visual C++ |
|---|
public: property String^ AdjustmentAccount { String^ get (); void set (String^ value); } |