The TaxCategory type exposes the following members.

Constructors

  NameDescription
Public methodTaxCategory
Default constructor.

Methods

  NameDescription
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodResetBaseUnitMeasure
Resets the node.
Public methodResetBaseUnitMeasureUnitCode
Resets the node.
Public methodResetID
Resets the node.
Public methodResetName
Resets the node.
Public methodResetPercent
Resets the node.
Public methodResetPerUnitAmount
Resets the node.
Public methodResetTaxExemptionReason
Resets the node.
Public methodResetTaxExemptionReasonCode
Resets the node.
Public methodResetTaxScheme
Resets the node.
Public methodResetTierRange
Resets the node.
Public methodResetTierRatePercent
Resets the node.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBaseUnitMeasure
Base Unit Measure (BBIE). Where a tax is applied at a certain rate per unit, the measure of units on which the tax calculation is based.
Public propertyBaseUnitMeasureSet
Checks if the property has been set or not.
Public propertyBaseUnitMeasureUnitCode
A combination of types: Code (string). The type of unit of measure.
Public propertyBaseUnitMeasureUnitCodeSet
Checks if the property has been set or not.
Public propertyID
Identifier (BBIE). Identifies the tax category.
Public propertyIDSet
Checks if the property has been set or not.
Public propertyName
Name (BBIE). The name of the tax category.
Public propertyNameSet
Checks if the property has been set or not.
Public propertyPercent
Percent (BBIE). The tax rate for the category, expressed as a percentage.
Public propertyPercentSet
Checks if the property has been set or not.
Public propertyPerUnitAmount
Amount (BBIE). Where a tax is applied at a certain rate per unit, the rate per unit applied.
Public propertyPerUnitAmountSet
Checks if the property has been set or not.
Public propertyTaxExemptionReason
Tax Exemption Reason (BBIE). The reason for tax being exempted.
Public propertyTaxExemptionReasonCode
Tax Exemption Reason Code (BBIE). The reason for tax being exempted expressed as a code.
Public propertyTaxExemptionReasonCodeSet
Checks if the property has been set or not.
Public propertyTaxExemptionReasonSet
Checks if the property has been set or not.
Public propertyTaxScheme
Tax Scheme (ASBIE). An association to Tax Scheme.
Public propertyTaxSchemeSet
Checks if the property has been set or not.
Public propertyTierRange
Tier Range (BBIE). Where a tax is tiered, the range of tiers applied in the calculation of the tax subtotal for the tax category.
Public propertyTierRangeSet
Checks if the property has been set or not.
Public propertyTierRatePercent
Tier Rate (BBIE). Where a tax is tiered, the rate of tax applied to the range of tiers in the calculation of the tax subtotal for the tax category.
Public propertyTierRatePercentSet
Checks if the property has been set or not.

See Also