Eduardokum\LaravelBoleto\Cnab\Remessa\Banco\Caixa::trailer PHP Method

trailer() protected method

protected trailer ( )
    protected function trailer()
    {
        $this->iniciaTrailer();
        $this->add(1, 1, '9');
        $this->add(2, 394, '');
        $this->add(395, 400, Util::formatCnab('9', $this->getCount(), 6));
        return $this;
    }