AccountType Property
Indicates the type of the loan account.
Syntax
property AccountType: TiboloanstatementAccountTypes;
TiboloanstatementAccountTypes = ( atAuto, atConsumer, atMortgage, atCommercial, atStudent, atMilitary, atSmallBusiness, atConstruction, atHomeEquity );
Default Value
atAuto
Remarks
This property uses the following values:
- atAuto (0)
- atConsumer (1)
- atMortgage (2)
- atCommercial (3)
- atStudent (4)
- atMilitary (5)
- atSmallBusiness (6)
- atConstruction (7)
- atHomeEquity (8)
Data Type
Integer