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

getInfo() public method

Allows you to retrieve the required order information.
public getInfo ( string $orderIncrementId ) : Smalot\Magento\ActionInterface
$orderIncrementId string
return Smalot\Magento\ActionInterface
    public function getInfo($orderIncrementId)
    {
        return $this->__createAction('order.info', func_get_args());
    }