Beispiel #1
0
 public SunatEmbededDespatchAdvice()
 {
     DeliveryAddress    = new PostalAddress();
     OriginAddress      = new PostalAddress();
     SunatCarrierParty  = new AccountingSupplierParty();
     DriverParty        = new AgentParty();
     SunatRoadTransport = new SunatRoadTransport();
     GrossWeightMeasure = new InvoicedQuantity();
 }
Beispiel #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");
        }