BonusProgramConditionShipToCustomer Property |
When not null, specifies that the bonus should be applied only when shipping 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 ConditionShipToCustomer { get; set; }
Public Property ConditionShipToCustomer As Customer
Get
Set
public:
property Customer^ ConditionShipToCustomer {
Customer^ get ();
void set (Customer^ value);
}
member ConditionShipToCustomer : Customer with get, set
Property Value
Type:
Customer
See Also