Eduardokum\LaravelBoleto\Boleto\Banco\Santander::getCampoLivre PHP Method

getCampoLivre() protected method

Método para gerar o código da posição de 20 a 44
protected getCampoLivre ( ) : string
return string
    protected function getCampoLivre()
    {
        if ($this->campoLivre) {
            return $this->campoLivre;
        }
        return $this->campoLivre = '9' . Util::numberFormatGeral($this->getConta(), 7) . $this->getNossoNumero() . Util::numberFormatGeral($this->getIos(), 1) . Util::numberFormatGeral($this->getCarteira(), 3);
    }