 |
TaxFeeGovernmentEntityID Property |
Unique identifier used to specify government entity. Use Get_Contact with account type as vendor and account ID as government entity ID.
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.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
Remarks
See Also