tagentrega() public method

tagentrega Identificação do Local de entrega G01 pai A01 tag NFe/infNFe/entrega (opcional)
public tagentrega ( string $cnpj = '', string $cpf = '', string $xLgr = '', string $nro = '', string $xCpl = '', string $xBairro = '', string $cMun = '', string $xMun = '', string $siglaUF = '' ) : DOMElement
$cnpj string
$cpf string
$xLgr string
$nro string
$xCpl string
$xBairro string
$cMun string
$xMun string
$siglaUF string
return DOMElement
Exemplo n.º 1
0
 /**
  * zLinhaGEntity
  * Cria tag entrega
  *
  * @param array $aCampos
  */
 protected function zLinhaGEntity($aCampos)
 {
     //Gxx|xLgr|nro|xCpl|xBairro|cMun|xMun|UF|CNPJ|CPF
     $this->make->tagentrega($aCampos[8], $aCampos[9], $aCampos[1], $aCampos[2], $aCampos[3], $aCampos[4], $aCampos[5], $aCampos[6], $aCampos[7]);
 }