*/ namespace Magento\OfflineShipping\Model\SalesRule; /** * @api * @since 100.0.2 */ class Rule { /** * Free Shipping option "For matching items only" */ const FREE_SHIPPING_ITEM = 1; /** * Free Shipping option "For shipment with matching items" */ const FREE_SHIPPING_ADDRESS = 2; }