예제 #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="RetornoTEF"/> class.
        /// </summary>
        internal RetornoTEF(TEFTipo tipo)
        {
            Conteudo = new TEFArquivo();
            ImagemComprovante1aVia = new TEFCollection <string>();
            ImagemComprovante2aVia = new TEFCollection <string>();
            Parcelas         = new RespParcelaCollection();
            CorrespBancarios = new RespCBCollection();
            NFCeSAT          = new RespNFCeSAT();
            TipoGP           = tipo;

            Clear();
        }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="TEFTxt" /> class.
 /// </summary>
 /// <param name="parent">The parent.</param>
 protected TEFTxt(ACBrTEF parent, TEFTipo tipo) : base(parent, tipo)
 {
 }
예제 #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="RetornoTEFTxt"/> class.
 /// </summary>
 internal RetornoTEFTxt(TEFTipo tipo) : base(tipo)
 {
 }