 |
TaxFeeGovernmentEntityID Property |
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.
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
Syntaxpublic int GovernmentEntityID { get; set; }
Public Property GovernmentEntityID As Integer
Get
Set
Dim instance As TaxFee
Dim value As Integer
value = instance.GovernmentEntityID
instance.GovernmentEntityID = value
Property Value
Type:
Int32
GovernmentEntityID As Integer.
RemarksRequired when TaxFeeCode is not a Government Tax type.
Note |
---|
- Name - GovernmentEntityID
- Is Identity - True
- Required On Insert - False
- Required On Update - False
- Lookup - ActiveGovernmentPayableVendors
- Auto Validated - True
|
See Also