CreditNoteCreator SetTaxSummary 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.
Sets line extension amount and tax information.

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 SetTaxSummary(
	ICreditNoteLine creditNoteLine,
	decimal taxableAmount,
	decimal taxAmount,
	decimal taxPercentage,
	string taxCategoryId
)

Parameters

creditNoteLine
Type: ICreditNoteLine
The instance of the creditNote line to update.
taxableAmount
Type: System Decimal
Amount to calculate tax from (line amount without tax).
taxAmount
Type: System Decimal
Tax amount.
taxPercentage
Type: System Decimal
Tax percentage.
taxCategoryId
Type: System String
Tax category identifier. From UN/ECE 5305 code list, examples are S=standard rate, AA=lower rate,E=excempt for buyer,Z=without tax
See Also