Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::getJuros PHP Method

getJuros() public method

Retorna % juros
public getJuros ( ) : float
return float
    public function getJuros()
    {
        return $this->juros;
    }