Class CampaignMessagingProperties


  • @ConfigurationProperties("broadleaf.campaign.messaging")
    public class CampaignMessagingProperties
    extends Object
    Author:
    Nathan Moore (nathandmoore)
    • Constructor Detail

      • CampaignMessagingProperties

        public CampaignMessagingProperties()
    • Method Detail

      • isUseCustomerEmailAsUserTargetValue

        public boolean isUseCustomerEmailAsUserTargetValue()
        When recording CampaignCodeAuditDetails, whether to use customer's email on the order as the UserTarget.getTargetValue(). Default is to use the customer's ID, which would be null for guest customers.
      • setUseCustomerEmailAsUserTargetValue

        public void setUseCustomerEmailAsUserTargetValue​(boolean useCustomerEmailAsUserTargetValue)
        When recording CampaignCodeAuditDetails, whether to use customer's email on the order as the UserTarget.getTargetValue(). Default is to use the customer's ID, which would be null for guest customers.