Eduardokum\LaravelBoleto\Cnab\Remessa\Cnab400\Banco\Bb::getConvenioLider PHP Method

getConvenioLider() public method

public getConvenioLider ( ) : mixed
return mixed
    public function getConvenioLider()
    {
        return $this->convenioLider ? $this->convenioLider : $this->getConvenio();
    }