ProductStandardPricePerLot Property |
Standard sales price (used if no special price is defined) for one standard lot of the product in the currency, specified by Costing_Currency_Id. [Currency: ProductCurrency] [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount StandardPricePerLot { get; set; }
Public Property StandardPricePerLot As Amount
Get
Set
public:
property Amount^ StandardPricePerLot {
Amount^ get ();
void set (Amount^ value);
}
member StandardPricePerLot : Amount with get, set
Property Value
Type:
Amount
See Also