Beispiel #1
0
 public VoidedDocuments()
 {
     UBLExtensions           = new UBLExtensions();
     Signature               = new Signature();
     AccountingSupplierParty = new AccountingContributorParty();
     VoidedDocumentsLines    = new List <VoidedDocumentsLine>();
     UblVersionId            = "2.0";
     CustomizationId         = "1.0";
     Formato = new System.Globalization.CultureInfo(Formatos.Cultura);
 }
Beispiel #2
0
        public Perception()
        {
            UBLExtensions      = new UBLExtensions();
            AgentParty         = new AgentParty();
            ReceiverParty      = new AgentParty();
            TotalInvoiceAmount = new PayableAmount();
            TotalPaid          = new PayableAmount();
            SunatPerceptionDocumentReference = new List <SunatRetentionDocumentReference>();

            UblVersionId    = "2.0";
            CustomizationId = "1.0";
            Formato         = new System.Globalization.CultureInfo(Formatos.Cultura);
        }
Beispiel #3
0
 public DespatchAdvice()
 {
     UBLExtensions  = new UBLExtensions();
     OrderReference = new OrderReference();
     AdditionalDocumentReference = new InvoiceDocumentReference();
     Signature             = new Signature();
     DespatchSupplierParty = new AccountingContributorParty();
     DeliveryCustomerParty = new AccountingContributorParty();
     SellerSupplierParty   = new AccountingContributorParty();
     Shipment        = new Shipment();
     DespatchLines   = new List <DespatchLine>();
     UblVersionId    = "2.0";
     CustomizationId = "1.0";
     Formato         = new System.Globalization.CultureInfo(Formatos.Cultura);
 }
Beispiel #4
0
 public CreditNote()
 {
     UBLExtensions                = new UBLExtensions();
     DiscrepancyResponses         = new List <DiscrepancyResponse>();
     BillingReferences            = new List <BillingReference>();
     DespatchDocumentReferences   = new List <InvoiceDocumentReference>();
     AdditionalDocumentReferences = new List <InvoiceDocumentReference>();
     Signature = new Signature();
     AccountingCustomerParty = new AccountingContributorParty();
     AccountingSupplierParty = new AccountingContributorParty();
     TaxTotals          = new List <TaxTotal>();
     LegalMonetaryTotal = new LegalMonetaryTotal();
     CreditNoteLines    = new List <InvoiceLine>();
     UblVersionId       = "2.0";
     CustomizationId    = "1.0";
     Formato            = new System.Globalization.CultureInfo(Formatos.Cultura);
 }