tagdetExport() публичный Метод

tagdetExport Grupo de informações de exportação para o item I50 pai I01 tag NFe/infNFe/det[]/prod/detExport
public tagdetExport ( string $nItem = '', string $nDraw = '', string $nRE = '', string $chNFe = '', string $qExport = '' ) : DOMElement
$nItem string
$nDraw string
$nRE string
$chNFe string
$qExport string
Результат DOMElement
Пример #1
0
 /**
  * zLinhaI50Entity
  * Cria a tag detExport
  *
  * @param array $aCampos
  */
 protected function zLinhaI50Entity($aCampos)
 {
     //I50xx|nDraw|nRE|chNFe|qExport|
     $this->make->tagdetExport($this->nItem, $aCampos[0], $aCampos[1], $aCampos[2], $aCampos[3]);
 }