AccountType Property
Indicates the type of bank account.
Syntax
property AccountType: TibobankstatementAccountTypes;
TibobankstatementAccountTypes = ( atChecking, atSavings, atMoneyMarket, atLineOfCredit, atCreditCard );
Default Value
atChecking
Remarks
This property uses the following four values:
- atChecking (0)
- atSavings (1)
- atMoneyMarket (2)
- atLineOfCredit (3)
Data Type
Integer