Thruway\CallResult::getDetails PHP Method

getDetails() public method

Get result detail
public getDetails ( ) : mixed
return mixed
    public function getDetails()
    {
        return $this->getResultMessage()->getDetails();
    }