The CTaxAuthority type exposes the following members.

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