Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::getQuantidade PHP Method

getQuantidade() public method

Retorna o campo quantidade do boleto
public getQuantidade ( ) : integer
return integer
    public function getQuantidade()
    {
        return $this->quantidade;
    }