ProductMinimalSalesPricePerLot Property |
Minimal allowed price for sales of this product. The price is for one standard lot and in the costing currency of the product. The minimum is enforced upon planning and/or releasing a document. null means that there is no minimal sales price enforcement. [Currency: CostingCurrency]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount MinimalSalesPricePerLot { get; set; }
Public Property MinimalSalesPricePerLot As Amount
Get
Set
public:
property Amount^ MinimalSalesPricePerLot {
Amount^ get ();
void set (Amount^ value);
}
member MinimalSalesPricePerLot : Amount with get, set
Property Value
Type:
Amount
See Also