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

getOutrosAcrescimos() public method

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