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

getMoeda() public method

Retorna a moeda utilizada pelo boleto
public getMoeda ( ) : integer
return integer
    public function getMoeda()
    {
        return $this->moeda;
    }