Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CouponRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\SalesRule\Api;
7 
15 {
25  public function save(\Magento\SalesRule\Api\Data\CouponInterface $coupon);
26 
35  public function getById($couponId);
36 
48  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
49 
58  public function deleteById($couponId);
59 }
$coupon
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
$searchCriteria
save(\Magento\SalesRule\Api\Data\CouponInterface $coupon)