public VoidedDocumentsLine() { TotalAmount = new PayableAmount(); BillingPayments = new List <BillingPayment>(); AllowanceCharge = new AllowanceCharge(); TaxTotals = new List <TaxTotal>(); }
public VoidedDocumentsLine() { TotalAmount = new PayableAmount(); BillingPayments = new List <BillingPayment>(); AllowanceCharge = new AllowanceCharge(); TaxTotals = new List <TaxTotal>(); AccountingCustomerParty = new AccountingSupplierParty(); BillingReference = new BillingReference(); }
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(); }