Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::getOutrasDeducoes PHP 메소드

getOutrasDeducoes() 공개 메소드

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