Example #1
0
 public SunatEmbededDespatchAdvice()
 {
     DeliveryAddress    = new PostalAddress();
     OriginAddress      = new PostalAddress();
     SunatCarrierParty  = new AccountingSupplierParty();
     DriverParty        = new AgentParty();
     SunatRoadTransport = new SunatRoadTransport();
     GrossWeightMeasure = new InvoicedQuantity();
 }
 public InvoiceLine()
 {
     CreditedQuantity    = new InvoicedQuantity();
     InvoicedQuantity    = new InvoicedQuantity();
     DebitedQuantity     = new InvoicedQuantity();
     LineExtensionAmount = new PayableAmount();
     PricingReference    = new PricingReference();
     AllowanceCharge     = new AllowanceCharge();
     TaxTotals           = new List <TaxTotal>();
     Item  = new Item();
     Price = new Price();
 }