tagretTransp() public method

tagretTransp Grupo Retenção ICMS transporte X11 pai X01 tag NFe/infNFe/transp/retTransp (opcional)
public tagretTransp ( string $vServ = '', string $vBCRet = '', string $pICMSRet = '', string $vICMSRet = '', string $cfop = '', string $cMunFG = '' ) : DOMElement
$vServ string
$vBCRet string
$pICMSRet string
$vICMSRet string
$cfop string
$cMunFG string
return DOMElement
Beispiel #1
0
 /**
  * x11Entity
  *
  * @param array $aCampos
  */
 protected function x11Entity($aCampos)
 {
     //X11|vServ|vBCRet|pICMSRet|vICMSRet|CFOP|cMunFG|
     $this->make->tagretTransp($aCampos[1], $aCampos[2], $aCampos[3], $aCampos[4], $aCampos[5], $aCampos[6]);
 }