示例#1
0
文件: Contenido.cs 项目: acporras/EJB
 public SunatEmbededDespatchAdvice()
 {
     DeliveryAddress    = new PostalAddress();
     OriginAddress      = new PostalAddress();
     SunatCarrierParty  = new AccountingSupplierParty();
     DriverParty        = new AgentParty();
     SunatRoadTransport = new SunatRoadTransport();
     GrossWeightMeasure = new InvoicedQuantity();
 }
示例#2
0
文件: Retention.cs 项目: acporras/EJB
        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");
        }