The TaxTotal type exposes the following members.

Constructors

  NameDescription
Public methodTaxTotal
Default constructor.

Methods

  NameDescription
Public methodAddTaxSubtotal
Add a new 'Tax Subtotal' entry. Tax Subtotal (ASBIE). An association to Tax Subtotal.
Public methodClearTaxSubtotals
Removes all 'Tax Subtotal' entries. Tax Subtotal (ASBIE). An association to Tax Subtotal.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetTaxSubtotal
Gets a 'Tax Subtotal' entry. Tax Subtotal (ASBIE). An association to Tax Subtotal.
Public methodGetTaxSubtotalCount
Gets the number of 'Tax Subtotal' entries in the container object. Tax Subtotal (ASBIE). An association to Tax Subtotal.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemoveTaxSubtotal
Removes a 'Tax Subtotal' entry. Tax Subtotal (ASBIE). An association to Tax Subtotal.
Public methodResetRoundingAmount
Resets the node.
Public methodResetTaxAmount
Resets the node.
Public methodResetTaxEvidenceIndicator
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyRoundingAmount
Rounding Amount (BBIE). The rounding amount (positive or negative) added to the calculated tax total to produce the rounded TotalTaxAmount.
Public propertyRoundingAmountSet
Checks if the property has been set or not.
Public propertyTaxAmount
Tax Amount (BBIE). The total tax amount for particular tax scheme e.g. VAT; the sum of each of the tax subtotals for each tax category within the tax scheme.
Public propertyTaxAmountSet
Checks if the property has been set or not.
Public propertyTaxEvidenceIndicator
Indicator (BBIE). An indicator as to whether these totals are recognized as legal evidence for taxation purposes.
Public propertyTaxEvidenceIndicatorSet
Checks if the property has been set or not.

See Also