NFePHP\NFe\ConvertNFe::y02Entity PHP Method

y02Entity() protected method

y02Entity Cria a tag fat
protected y02Entity ( array $aCampos )
$aCampos array
    protected function y02Entity($aCampos)
    {
        //Y02|nFat|vOrig|vDesc|vLiq|
        $this->make->tagfat($aCampos[1], $aCampos[2], $aCampos[3], $aCampos[4]);
    }