tagICMSST() public method

tagICMSST N10b pai N01 Grupo de Repasse de ICMS ST retido anteriormente em operações interestaduais com repasses através do Substituto Tributário
public tagICMSST ( string $nItem = '', string $orig = '', string $cst = '', string $vBCSTRet = '', string $vICMSSTRet = '', string $vBCSTDest = '', string $vICMSSTDest = '' ) : DOMElement
$nItem string
$orig string
$cst string
$vBCSTRet string
$vICMSSTRet string
$vBCSTDest string
$vICMSSTDest string
return DOMElement
Beispiel #1
0
 /**
  * n10bEntity
  * Cria tag ICMSST
  *
  * @param array $aCampos
  */
 protected function n10bEntity($aCampos)
 {
     //N10b|orig|CST|vBCSTRet|vICMSSTRet|vBCSTDest|vICMSSTDest|
     $this->make->tagICMSST($this->nItem, $aCampos[1], $aCampos[2], $aCampos[3], $aCampos[4], $aCampos[5], $aCampos[6]);
 }