Eduardokum\LaravelBoleto\Boleto\AbstractBoleto::getMoeda PHP 메소드

getMoeda() 공개 메소드

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