busInvoice.InvoiceTotal

Totals the invoice by summing up the lineitems and updating the Invoice total fields of the table. Assume: this.CountryId and this.State can be set externally to avoid Customer object requirement

public decimal InvoiceTotal( bool NoShippingCalculation );

Return Value

decimal

Parameters

NoShippingCalculation
Determines whether shipping is calculated

Overloads:


See also:

Class busInvoice

© West Wind Technologies, 1996-2018 • Updated: 05/04/05
Comment or report problem with topic