tagdeduc() 공개 메소드

tagdeduc Grupo Deduções – Taxas e Contribuições ZC10 pai ZC01 tag NFe/infNFe/cana/deduc (opcional)
public tagdeduc ( string $xDed = '', string $vDed = '', string $vFor = '', string $vTotDed = '', string $vLiqFor = '' ) : DOMElement
$xDed string
$vDed string
$vFor string
$vTotDed string
$vLiqFor string
리턴 DOMElement
예제 #1
0
 /**
  * zc10Entity
  * Cria a tag deduc
  *
  * @param array $aCampos
  */
 protected function zc10Entity($aCampos)
 {
     //ZC10|xDed|vDed|
     $this->make->tagdeduc($aCampos[1], $aCampos[2], $this->linhaZC[4], $this->linhaZC[5], $this->linhaZC[6]);
 }