Beispiel #1
0
 public VoidedDocuments()
 {
     UBLExtensions           = new UBLExtensions();
     Signature               = new SignatureCac();
     AccountingSupplierParty = new AccountingSupplierParty();
     VoidedDocumentsLines    = new List <VoidedDocumentsLine>();
     UBLVersionID            = "2.0";
     CustomizationID         = "1.0";
 }
Beispiel #2
0
 public SunatEmbededDespatchAdvice()
 {
     DeliveryAddress    = new PostalAddress();
     OriginAddress      = new PostalAddress();
     SunatCarrierParty  = new AccountingSupplierParty();
     DriverParty        = new AgentParty();
     SunatRoadTransport = new SunatRoadTransport();
     GrossWeightMeasure = new InvoicedQuantity();
 }
Beispiel #3
0
 public SummaryDocuments()
 {
     UBLExtensions           = new UBLExtensions();
     Signature               = new SignatureCac();
     AccountingSupplierParty = new AccountingSupplierParty();
     SummaryDocumentsLines   = new List <SummaryDocumentsLine>();
     UBLVersionID            = "2.0";
     //CustomizationID = "1.0"; @001
     CustomizationID = "1.1"; //@001
     Formato         = new System.Globalization.CultureInfo("es-PE");
 }
Beispiel #4
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");
 }
Beispiel #5
0
 public CreditNote()
 {
     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>();
     LegalMonetaryTotal = new LegalMonetaryTotal();
     CreditNoteLines    = new List <InvoiceLine>();
     UBLVersionID       = "2.0";
     CustomizationID    = "1.0";
 }