ProductMinimalSalesQuantityBase Property |
Minimal base quantity of this product that has to be specified in any sale.
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<decimal> MinimalSalesQuantityBase { get; set; }
Public Property MinimalSalesQuantityBase As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal^>^ MinimalSalesQuantityBase {
Nullable<Decimal^>^ get ();
void set (Nullable<Decimal^>^ value);
}
member MinimalSalesQuantityBase : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
See Also