 |
BankFeesStructureAgencyCode Property |
Fees agency code. Required if StatementRecordFees is set to true. Ignored if StatementRecordFees is set to false.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic string FeesStructureAgencyCode { get; set; }
Public Property FeesStructureAgencyCode As String
Get
Set
Dim instance As Bank
Dim value As String
value = instance.FeesStructureAgencyCode
instance.FeesStructureAgencyCode = value
Property Value
Type:
String
FeesStructureAgencyCode As String.
Remarks Note |
---|
- Name - FeesStructureAgencyCode
- Lookup - ReconciliationBankDetailItemAgency
- Auto Validated - True
- Ignored On Update - True
- Ignored On Get - True
|
See Also