Eduardokum\LaravelBoleto\Boleto\Banco\Bradesco::getCip PHP Method

getCip() public method

Retorna o campo CIP do boleto
public getCip ( ) : integer
return integer
    public function getCip()
    {
        return Util::numberFormatGeral($this->cip, 3);
    }