Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::getJuros PHP Méthode

getJuros() public méthode

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