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

getOutrasDeducoes() public method

Retorna o campo outras deduções do boleto
public getOutrasDeducoes ( ) : float
return float
    public function getOutrasDeducoes()
    {
        return $this->outrasDeducoes;
    }