BonusProgramConditionCustomer Property |
When not null, specifies that the bonus should be applied only to the specified customer. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Customer ConditionCustomer { get; set; }
Public Property ConditionCustomer As Customer
Get
Set
public:
property Customer^ ConditionCustomer {
Customer^ get ();
void set (Customer^ value);
}
member ConditionCustomer : Customer with get, set
Property Value
Type:
Customer
See Also