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

getList() public method

Allows you to retrieve the list of credit memos by filters.
public getList ( array $filters ) : Smalot\Magento\ActionInterface
$filters array
return Smalot\Magento\ActionInterface
    public function getList($filters)
    {
        return $this->__createAction('order_creditmemo.list', func_get_args());
    }