BonusProgramConditionMaxQuantity Property |
When not null, specifies condition for the bonus - maximal quantity of the condition product. If the condition product is null, this cannot be specified. [Unit: ConditionProduct.BaseMeasurementCategory.BaseUnit] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Quantity ConditionMaxQuantity { get; set; }
Public Property ConditionMaxQuantity As Quantity
Get
Set
public:
property Quantity^ ConditionMaxQuantity {
Quantity^ get ();
void set (Quantity^ value);
}
member ConditionMaxQuantity : Quantity with get, set
Property Value
Type:
Quantity
See Also