示例#1
0
 public VoidedDocuments()
 {
     UblExtensions           = new UblExtensions();
     Signature               = new SignatureCac();
     AccountingSupplierParty = new AccountingSupplierParty();
     VoidedDocumentsLines    = new List <VoidedDocumentsLine>();
     UblVersionId            = "2.0";
     CustomizationId         = "1.0";
 }
 public SummaryDocuments()
 {
     UblExtensions           = new UblExtensions();
     Signature               = new SignatureCac();
     AccountingSupplierParty = new AccountingSupplierParty();
     SummaryDocumentsLines   = new List <VoidedDocumentsLine>();
     UblVersionId            = "2.0";
     CustomizationId         = "1.0";
     Formato = new System.Globalization.CultureInfo("es-PE");
 }
示例#3
0
 public Invoice()
 {
     AccountingSupplierParty    = new AccountingSupplierParty();
     AccountingCustomerParty    = new AccountingSupplierParty();
     DespatchDocumentReferences = 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("es-PE");
 }
示例#4
0
 public DebitNote()
 {
     UblExtensions                = new UblExtensions();
     DiscrepancyResponses         = new List <DiscrepancyResponse>();
     BillingReferences            = new List <BillingReference>();
     DespatchDocumentReferences   = new List <InvoiceDocumentReference>();
     AdditionalDocumentReferences = new List <InvoiceDocumentReference>();
     Signature = new SignatureCac();
     AccountingCustomerParty = new AccountingSupplierParty();
     AccountingSupplierParty = new AccountingSupplierParty();
     TaxTotals = new List <TaxTotal>();
     RequestedMonetaryTotal = new LegalMonetaryTotal();
     DebitNoteLines         = new List <InvoiceLine>();
     UblVersionId           = "2.0";
     CustomizationId        = "1.0";
 }