commerce-8.x-2.8/modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderPromotionOfferInterface.php
modules/promotion/src/Plugin/Commerce/PromotionOffer/OrderPromotionOfferInterface.php
<?php
namespace Drupal\commerce_promotion\Plugin\Commerce\PromotionOffer;
/**
* Defines the interface for order offers.
*/
interface OrderPromotionOfferInterface extends PromotionOfferInterface {}
