Eduardokum\LaravelBoleto\Cnab\Retorno\Cnab240\Banco\Santander::processarHeader PHP Method

processarHeader() protected method

protected processarHeader ( array $header ) : boolean
$header array
return boolean
    protected function processarHeader(array $header)
    {
        $this->getHeader()->setCodBanco($this->rem(1, 3, $header))->setLoteServico($this->rem(4, 7, $header))->setTipoRegistro($this->rem(8, 8, $header))->setTipoInscricao($this->rem(17, 17, $header))->setNumeroInscricao($this->rem(18, 32, $header))->setAgencia($this->rem(33, 36, $header))->setAgenciaDigito($this->rem(37, 37, $header))->setConta($this->rem(38, 46, $header))->setContaDigito($this->rem(47, 47, $header))->setCodigoCedente($this->rem(53, 61, $header))->setNomeEmpresa($this->rem(73, 102, $header))->setNomeBanco($this->rem(103, 132, $header))->setCodigoRemessaRetorno($this->rem(143, 143, $header))->setData($this->convertDate($this->rem(144, 151, $header)))->setNumeroSequencialArquivo($this->rem(158, 163, $header))->setVersaoLayoutArquivo($this->rem(164, 166, $header));
        return true;
    }