tagrefCTe() public method

tagrefCTe Chave de acesso do CT-e referenciada BA19 pai BA01 tag NFe/infNFe/ide/NFref/refCTe
public tagrefCTe ( string $refCTe = '' ) : DOMElement
$refCTe string
return DOMElement
Exemplo n.º 1
0
 /**
  * ba19Entity
  * Cria a tag refCTe
  *
  * @param array $aCampos
  */
 protected function ba19Entity($aCampos)
 {
     //B19|refCTe|
     $this->make->tagrefCTe($aCampos[1]);
 }