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

getOutrosAcrescimos() 공개 메소드

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