The CTaxAuthority type exposes the following members.

Constructors

  NameDescription
CTaxAuthority
Initializes a new instance of the CTaxAuthority class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
IncomeGLAccount
Gets the number of the General Ledger account into which this tax is collected.
RelatedTaxAuthority1
Gets the CTaxAuthority object derived from the OTHER_AUTHORITY_1 field of the Product_Tax table.
RelatedTaxAuthority2
Gets the CTaxAuthority object derived from the OTHER_AUTHORITY_2 field of the Product_Tax table.
RelatedTaxAuthorityCode1
Gets the OTHER_AUTHORITY_1 field of the Product_Tax table.
RelatedTaxAuthorityCode2
Gets the OTHER_AUTHORITY_2 field of the Product_Tax table.
TaxAuthorityCode
Gets the coded value (Key) of the tax authority. For US states, for example, this would be the state code.
TaxOnTax
For Canadian taxation, gets an indication of whether the tax at other levels should be taxed.
TaxRate
Gets the tax rate to be collected for this Tax authority. 4.5% tax is represented as 4.5.
Title
Gets the title/name of the tax authority. For example, "State of Maryland."
TitleKey
Gets the title/name of the tax authority in all upper case. For example, "STATE OF MARYLAND."

See Also