Smalot\Magento\Order\OrderCreditMemo::addComment PHP Method

addComment() public method

Email notification can be sent to the user email.
public addComment ( string $creditmemoIncrementId, string $comment = null, string $notifyCustomer = null, string $includeComment = null ) : Smalot\Magento\ActionInterface
$creditmemoIncrementId string
$comment string
$notifyCustomer string
$includeComment string
return Smalot\Magento\ActionInterface
    public function addComment($creditmemoIncrementId, $comment = null, $notifyCustomer = null, $includeComment = null)
    {
        return $this->__createAction('order_creditmemo.addComment', func_get_args());
    }