NFePHP\NFe\ConvertNFe::notafiscalEntity PHP 메소드

notafiscalEntity() 보호된 메소드

notafiscalEntity Cria a entidade nota fiscal
protected notafiscalEntity ( array $aCampos )
$aCampos array
    protected function notafiscalEntity($aCampos)
    {
        $this->zClearParam();
        $this->make = new MakeNFe();
        $aCampos = array();
    }