 |
BankInterestStructureProfitCenterCode Property |
Interest profit center code. Ignored if StatementRecordInterest 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: 2021.2.0.769
Syntaxpublic string InterestStructureProfitCenterCode { get; set; }
Public Property InterestStructureProfitCenterCode As String
Get
Set
Dim instance As Bank
Dim value As String
value = instance.InterestStructureProfitCenterCode
instance.InterestStructureProfitCenterCode = value
Property Value
Type:
String
InterestStructureProfitCenterCode As String.
Remarks Note |
---|
- Name - InterestStructureProfitCenterCode
- Lookup - ReconciliationBankDetailItemProfitCenter
- Auto Validated - True
- Ignored On Update - True
- Ignored On Get - True
|
See Also