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

processarHeaderLote() protected method

protected processarHeaderLote ( array $headerLote ) : boolean
$headerLote array
return boolean
    protected function processarHeaderLote(array $headerLote)
    {
        $this->getHeaderLote()->setCodBanco($this->rem(1, 3, $headerLote))->setNumeroLoteRetorno($this->rem(4, 7, $headerLote))->setTipoRegistro($this->rem(8, 8, $headerLote))->setTipoOperacao($this->rem(9, 9, $headerLote))->setTipoServico($this->rem(10, 11, $headerLote))->setVersaoLayoutLote($this->rem(14, 16, $headerLote))->setNumeroInscricao($this->rem(19, 33, $headerLote))->setAgencia($this->rem(54, 57, $headerLote))->setAgenciaDigito($this->rem(58, 58, $headerLote))->setConta($this->rem(59, 67, $headerLote))->setContaDigito($this->rem(68, 68, $headerLote))->setCodigoCedente($this->rem(34, 42, $headerLote))->setNomeEmpresa($this->rem(74, 103, $headerLote))->setNumeroRetorno($this->rem(184, 191, $headerLote))->setDataGravacao($this->convertDate($this->rem(192, 199, $headerLote)));
        return true;
    }