public VoidedDocumentsLine() { TotalAmount = new PayableAmount(); BillingPayments = new List <BillingPayment>(); AllowanceCharge = new AllowanceCharge(); TaxTotals = new List <TaxTotal>(); AccountingCustomerParty = new AccountingSupplierParty(); BillingReference = new BillingReference(); }
public SunatEmbededDespatchAdvice() { DeliveryAddress = new PostalAddress(); OriginAddress = new PostalAddress(); SunatCarrierParty = new AccountingSupplierParty(); DriverParty = new AgentParty(); SunatRoadTransport = new SunatRoadTransport(); GrossWeightMeasure = new InvoicedQuantity(); }
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(Formatos.Cultura); }
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(Formatos.Cultura); }
public DespatchAdvice() { UblExtensions = new UblExtensions(); OrderReference = new OrderReference(); AdditionalDocumentReference = new InvoiceDocumentReference(); Signature = new SignatureCac(); DespatchSupplierParty = new AccountingSupplierParty(); DeliveryCustomerParty = new AccountingSupplierParty(); SellerSupplierParty = new AccountingSupplierParty(); Shipment = new Shipment(); DespatchLines = new List <DespatchLine>(); UblVersionId = "2.0"; CustomizationId = "1.0"; Formato = new System.Globalization.CultureInfo(Formatos.Cultura); }
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"; Formato = new System.Globalization.CultureInfo(Formatos.Cultura); }
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(); }