LineDiscountMaxQuantity Property |
Apply the discount only if the quantity sold is equal to or less than the specified here. [Unit: Product.BaseMeasurementCategory.BaseUnit] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity MaxQuantity { get; set; }
Public Property MaxQuantity As Quantity
Get
Set
public:
property Quantity^ MaxQuantity {
Quantity^ get ();
void set (Quantity^ value);
}
member MaxQuantity : Quantity with get, set
Property Value
Type:
Quantity
See Also