|  | 
| BankBankSubaccountNumberCode Property  | 
 
  The active bank sub account. If BankIncludeSubaccounts is set to true, then BankSubaccountNumberCode should be blank.
Created in Epic SDK 2018.
Sometimes Required
   ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
 Syntax
Syntaxpublic string BankSubaccountNumberCode { get; set; }Public Property BankSubaccountNumberCode As String
	Get
	Set
Dim instance As Bank
Dim value As String
value = instance.BankSubaccountNumberCode
instance.BankSubaccountNumberCode = value
Property Value
Type: 
String
  BankSubaccountNumberCode As String.
 
 Remarks
Remarks Inorder to obtain the list of sub bank accounts that is associated to a parent bank account, use Get_Lookup with the ReconciliationBankBankAccount enum.
|  Note | 
|---|
| Name -  BankSubaccountNumberCodeLookup -  ReconciliationBankBankAccountAuto Validated -  TrueIgnored On Update -  True
 | 
 See Also
See Also