NFePHP\NFe\ConvertNFe::n10bEntity PHP Method

n10bEntity() protected method

n10bEntity Cria tag ICMSST
protected n10bEntity ( array $aCampos )
$aCampos array
    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]);
    }