ProductDistributionChannelMinimalSalesPricePerLot Property |
Minimal allowed price for sales of this product through this channel. 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: Product.CostingCurrency]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
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