BonusProgramConditionShipToCustomerFilterXML Property |
When not null, specifies that the bonus should be applied only when shipping to customer with the specified characteristics.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Marketing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DataAccessFilter ConditionShipToCustomerFilterXML { get; set; }
Public Property ConditionShipToCustomerFilterXML As DataAccessFilter
Get
Set
public:
property DataAccessFilter^ ConditionShipToCustomerFilterXML {
DataAccessFilter^ get ();
void set (DataAccessFilter^ value);
}
member ConditionShipToCustomerFilterXML : DataAccessFilter with get, set
Property Value
Type:
DataAccessFilter
See Also