Click or drag to resize

TaxFee Class

TaxFee data object.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.TransactionTaxFee
Namespace:  ASI.TAM.API.Data.UI.Transaction
Assembly:  ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntax
public sealed class TaxFee

The TaxFee type exposes the following members.

Properties
  NameDescription
Public propertyAmount
Required if TypeCode is $. Otherwise ignored.
Public propertyDescription
Description
Public propertyGovernmentContactID
Government Contact I D

Created in Epic SDK V7.0.

Required

Public propertyGovernmentEntityID
Unique identifier used to specify government entity. Use Get_Contact with account type as vendor and account ID as government entity ID.

Created in Epic SDK V7.0.

Public propertyPercentage
Required if TypeCode is %. Otherwise ignored.
Public propertyStateProvinceCode
StateProvinceCode Lookup: StateProvince Auto-Validated.
Public propertyTaxableAmount
TaxableAmount
Public propertyTaxableTransactionCode
TaxableTransactionCode Lookup: TaxableTransactionCode Auto-Validated.
Public propertyTaxFeeCode
TaxFeeCode Lookup: TransactionGenerateTaxFeeTransactionCode Auto-Validated.
Public propertyTypeCode
TypeCode Lookup: TaxFeeRateTypeCode Auto-Validated.
Top
Remarks