 |
TaxFeeGovernmentContactID Property |
Government Contact I D
Created in Epic SDK V7.0.
Required
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 GovernmentContactID { get; set; }
Public Property GovernmentContactID As Integer
Get
Set
Dim instance As TaxFee
Dim value As Integer
value = instance.GovernmentContactID
instance.GovernmentContactID = value
Property Value
Type:
Int32
GovernmentContactID As Integer.
RemarksRequired when TaxFeeCode is not a Government Tax type.
Note |
---|
- Name - GovernmentContactID
- Is Identity - True
- Required On Insert - True
- Required On Update - True
|
See Also