示例#1
0
 public Invoice()
 {
     AccountingSupplierParty      = new AccountingSupplierParty();
     AccountingCustomerParty      = new AccountingSupplierParty();
     DespatchDocumentReferences   = new List <InvoiceDocumentReference>();
     AdditionalDocumentReferences = new List <InvoiceDocumentReference>();
     UblExtensions         = new UblExtensions();
     Signature             = new SignatureCac();
     InvoiceLines          = new List <InvoiceLine>();
     TaxTotals             = new List <TaxTotal>();
     LegalMonetaryTotal    = new LegalMonetaryTotal();
     UblVersionId          = "2.0";
     CustomizationId       = "1.0";
     Formato               = new System.Globalization.CultureInfo(Formatos.Cultura);
     InvoiceTypeCode2      = new Comun.Constantes.InvoiceTypeCode();
     DocumentCurrencyCode2 = new Comun.Constantes.DocumentCurrencyCode();
     PartyIdentification2  = new PartyIdentification2();
 }