public SunatEmbededDespatchAdvice()
 {
     DeliveryAddress = new PostalAddress();
     OriginAddress = new PostalAddress();
     SunatCarrierParty = new AccountingSupplierParty();
     DriverParty = new AgentParty();
     SunatRoadTransport = new SunatRoadTransport();
     GrossWeightMeasure = new InvoicedQuantity();
 }
Ejemplo n.º 2
0
        public Retention()
        {
            UblExtensions      = new UblExtensions();
            AgentParty         = new AgentParty();
            ReceiverParty      = new AgentParty();
            TotalInvoiceAmount = new PayableAmount();
            TotalPaid          = new PayableAmount();
            SunatRetentionDocumentReference = new List <SunatRetentionDocumentReference>();

            UblVersionId    = "2.0";
            CustomizationId = "1.0";
            Formato         = new System.Globalization.CultureInfo("es-PE");
        }