Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CreditmemoManagementInterface.php
Go to the documentation of this file.
1 <?php
7 namespace Magento\Sales\Api;
8 
19 {
27  public function cancel($id);
28 
36  public function getCommentsList($id);
37 
44  public function notify($id);
45 
53  public function refund(
54  \Magento\Sales\Api\Data\CreditmemoInterface $creditmemo,
55  $offlineRequested = false
56  );
57 }
$id
Definition: fieldset.phtml:14
refund(\Magento\Sales\Api\Data\CreditmemoInterface $creditmemo, $offlineRequested=false)