Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
TransactionRepositoryInterface.php
Go to the documentation of this file.
1 <?php
6 namespace Magento\Sales\Api;
7 
16 {
27  public function getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria);
28 
35  public function get($id);
36 
44 
51  public function save(\Magento\Sales\Api\Data\TransactionInterface $entity);
52 
58  public function create();
59 }
$id
Definition: fieldset.phtml:14
$searchCriteria
save(\Magento\Sales\Api\Data\TransactionInterface $entity)
$entity
Definition: element.phtml:22
getList(\Magento\Framework\Api\SearchCriteriaInterface $searchCriteria)