Gets or sets the General Ledger account used to track the Cost of Goods for this product.
Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected string CostOfGoodsAccount { get; set; } |
| Visual Basic (Declaration) |
|---|
Protected Property CostOfGoodsAccount As String |
| Visual C++ |
|---|
protected:
property String^ CostOfGoodsAccount {
String^ get ();
void set (String^ value);
} |
Field Value
A GL account number of the account used to track the Cost of Goods for this product.
See Also