InvoiceCreator SetTotals Method ebComposer Tools Class Library for .NET
Unimaze Software creates Components and Services for Messege Transport and Message Handling B2B electronic documents for third parties based on International and European standards.
Set the totals explcitly. Tax summaries should have been prepared, so use CalculateTaxTotals .

Namespace: Unimaze.Composer.Tools
Assembly: Unimaze.Composer.Tools (in Unimaze.Composer.Tools.dll) Version: 2.2.200.0 (2.2.0.23)
Syntax

public void SetTotals(
	decimal lineExtensionAmount,
	decimal taxExclusiveLineAmount,
	decimal taxInclusiveLineAmount,
	decimal payableRoundingAmount,
	decimal prepaidAmount,
	decimal payableAmount
)

Parameters

lineExtensionAmount
Type: System Decimal
Line extension amount (total amount before rounding, exclusive of taxes)
taxExclusiveLineAmount
Type: System Decimal
Line amount, without tax
taxInclusiveLineAmount
Type: System Decimal
Line amount, with tax
payableRoundingAmount
Type: System Decimal
Payable rounding amount. Only added if different from zero.
prepaidAmount
Type: System Decimal
Prepaid amount, may not be applicable to certain implementations, such as NESP4. Only added to invoice, if supported and value us larger than zero.
payableAmount
Type: System Decimal
Payable amount.
See Also