The CTaxAuthority type exposes the following members.

Constructors

  NameDescription
Public methodCTaxAuthority
Initializes a new instance of the CTaxAuthority class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyIncomeGLAccount
Gets the number of the General Ledger account into which this tax is collected.
Public propertyRelatedTaxAuthority1
Gets the CTaxAuthority object derived from the OTHER_AUTHORITY_1 field of the Product_Tax table.
Public propertyRelatedTaxAuthority2
Gets the CTaxAuthority object derived from the OTHER_AUTHORITY_2 field of the Product_Tax table.
Public propertyRelatedTaxAuthorityCode1
Gets the OTHER_AUTHORITY_1 field of the Product_Tax table.
Public propertyRelatedTaxAuthorityCode2
Gets the OTHER_AUTHORITY_2 field of the Product_Tax table.
Public propertyTaxAuthorityCode
Gets the coded value (Key) of the tax authority. For US states, for example, this would be the state code.
Public propertyTaxOnTax
For Canadian taxation, gets an indication of whether the tax at other levels should be taxed.
Public propertyTaxRate
Gets the tax rate to be collected for this Tax authority. 4.5% tax is represented as 4.5.
Public propertyTitle
Gets the title/name of the tax authority. For example, "State of Maryland."
Public propertyTitleKey
Gets the title/name of the tax authority in all upper case. For example, "STATE OF MARYLAND."

See Also