shopperInteraction property

Implementation

SplitConfigurationRuleShopperInteractionEnum? get shopperInteraction =>
    _$this._shopperInteraction;
set shopperInteraction (SplitConfigurationRuleShopperInteractionEnum? shopperInteraction)

Implementation

set shopperInteraction(
  SplitConfigurationRuleShopperInteractionEnum? shopperInteraction,
) => _$this._shopperInteraction = shopperInteraction;