NFePHP\NFe\ConvertNFe::t02Entity PHP Method

t02Entity() protected method

t02Entity
protected t02Entity ( array $aCampos )
$aCampos array
    protected function t02Entity($aCampos)
    {
        //T02|vBC|pCOFINS|
        $this->linhaT[1] = $aCampos[1];
        //$vBC
        $this->linhaT[2] = $aCampos[2];
        //$pCOFINS
        $this->zLinhaTEntity($this->linhaT);
    }