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