BonusProgramConditionMinAmount Property |
If not null specifies the minimal amount for which the bonus is valid. null means that there is no minimal amount condition for the bonus. [Currency: ConditionDocumentCurrency] [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 Amount ConditionMinAmount { get; set; }
Public Property ConditionMinAmount As Amount
Get
Set
public:
property Amount^ ConditionMinAmount {
Amount^ get ();
void set (Amount^ value);
}
member ConditionMinAmount : Amount with get, set
Property Value
Type:
Amount
See Also