NFe.ConvertTxt.txtTOxmlClassRetorno.txtTOxmlClassRetorno C# (CSharp) Method

txtTOxmlClassRetorno() public method

public txtTOxmlClassRetorno ( string xmlFileName, string chaveNFe, Int32 notaFiscal, Int32 serie ) : System
xmlFileName string
chaveNFe string
notaFiscal System.Int32
serie System.Int32
return System
        public txtTOxmlClassRetorno(string xmlFileName, string chaveNFe, Int32 notaFiscal, Int32 serie)
        {
            this.XMLFileName = xmlFileName;
            this.ChaveNFe = chaveNFe;
            this.NotaFiscal = notaFiscal;
            this.Serie = serie;
        }
    }
txtTOxmlClassRetorno