Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CreditmemoRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Sales\Api;
7 
18 {
29  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
30 
37  public function get($id);
38 
44  public function create();
45 
53 
60  public function save(\Magento\Sales\Api\Data\CreditmemoInterface $entity);
61 }
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)
save(\Magento\Sales\Api\Data\CreditmemoInterface $entity)
$id
Definition: fieldset.phtml:14
$searchCriteria
$entity
Definition: element.phtml:22