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

getOutrosAcrescimos() public méthode

Retorna o campo outros acréscimos do boleto
public getOutrosAcrescimos ( ) : float
Résultat float
    public function getOutrosAcrescimos()
    {
        return $this->outrosAcrescimos;
    }