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

setOutrosAcrescimos() public method

Define o campo outros acréscimos do boleto
public setOutrosAcrescimos ( float $outrosAcrescimos ) : AbstractBoleto
$outrosAcrescimos float
return AbstractBoleto
    public function setOutrosAcrescimos($outrosAcrescimos)
    {
        $this->outrosAcrescimos = $outrosAcrescimos;
        return $this;
    }