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

NFref() public method

public NFref ( ) : System
return System
        public NFref()
        {
            refNF = null;
            refNFP = null;
            refECF = null;
            this.refCTe = this.refNFe = string.Empty;
        }
        public NFref(string refNFe, string refCTe)

Same methods

NFref::NFref ( string refNFe, string refCTe ) : System
NFref