NFePHP\NFe\ConvertNFe::f02Entity PHP Method

f02Entity() protected method

f02Entity
protected f02Entity ( array $aCampos )
$aCampos array
    protected function f02Entity($aCampos)
    {
        //F02|CNPJ| [retirada]
        $this->linhaF[8] = $aCampos[1];
        $this->zLinhaFEntity($this->linhaF);
    }