Esempio n. 1
0
 public InvoiceDraft()
 {
     LineItems       = new List <DraftLineItem>();
     PricesByVat     = new List <PriceByVat>();
     NonTaxableItems = new List <NonTaxableItem>();
     Customer        = new PartyInfo();
 }
Esempio n. 2
0
 public InvoiceDraft()
 {
     LineItems       = new List <DraftLineItem>();
     PricesByVat     = new List <PriceByVat>();
     NonTaxableItems = new List <NonTaxableItem>();
     Customer        = new PartyInfo();
     ProvidenceFund  = new ProvidenceFund();
     WithholdingTax  = new WithholdingTax();
 }