Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
NotifierInterface.php
Go to the documentation of this file.
1 <?php
7 
15 {
27  public function notify(
28  \Magento\Sales\Api\Data\OrderInterface $order,
30  \Magento\Sales\Api\Data\CreditmemoCommentCreationInterface $comment = null,
31  $forceSyncMode = false
32  );
33 }
$order
Definition: order.php:55
notify(\Magento\Sales\Api\Data\OrderInterface $order, \Magento\Sales\Api\Data\CreditmemoInterface $creditmemo, \Magento\Sales\Api\Data\CreditmemoCommentCreationInterface $comment=null, $forceSyncMode=false)