Пример #1
0
 public VoidedDocumentsLine()
 {
     TotalAmount = new PayableAmount();
     BillingPayments = new List<BillingPayment>();
     AllowanceCharge = new AllowanceCharge();
     TaxTotals = new List<TaxTotal>();
 }
 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();
 }
Пример #3
0
 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();
 }