Eduardokum\LaravelBoleto\Cnab\Remessa\Banco\Hsbc::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('N', $this->getCount(), 6));
        return $this;
    }