/// <summary> /// Initializes a new instance of the <see cref="InfCFe"/> class. /// </summary> public InfCFe() { Ide = new CFeIde(); Emit = new CFeEmit(); Dest = new CFeDest(); Entrega = new CFeEntrega(); Det = new CFeDetCollection(); Total = new CFeTotal(); Pagto = new CFePgto(); InfAdic = new CFeInfAdic(); }
/// <summary> /// Initializes a new instance of the <see cref="CFe" /> class. /// </summary> /// <returns>CFe.</returns> public InfCFe(CFe parent) : this() { Parent = parent; Det = new CFeDetCollection(Parent); InfAdic = new CFeInfAdic(Parent); }