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

getInfo() public method

Allows you to retrieve full information about the specified credit memo.
public getInfo ( string $creditmemoIncrementId ) : Smalot\Magento\ActionInterface
$creditmemoIncrementId string
return Smalot\Magento\ActionInterface
    public function getInfo($creditmemoIncrementId)
    {
        return $this->__createAction('order_creditmemo.info', func_get_args());
    }