 |
TaxFeeRateIssuingLocationCode Property |
Issuing state or province.
Created in Epic SDK 2021.
Required
Namespace:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate
Assembly:
ASI.TAM.API.Data.UI.Configure.TaxFeeRate (in ASI.TAM.API.Data.UI.Configure.TaxFeeRate.dll) Version: 16.0.54.391 (16.0.54.391)
Syntaxpublic string IssuingLocationCode { get; set; }
Public Property IssuingLocationCode As String
Get
Set
Dim instance As TaxFeeRate
Dim value As String
value = instance.IssuingLocationCode
instance.IssuingLocationCode = value
Property Value
Type:
String
IssuingLocationCode As String.
Remarks Note |
---|
- Name - IssuingLocationCode
- Lookup - StateProvince
- Auto Validated - True
|
See Also