AccountType Property
The account type.
Syntax
property AccountType: TicsdropboxAccountTypes;
TicsdropboxAccountTypes = ( atBase, atPro, atBusiness );
Default Value
atBase
Remarks
The account type. Possible values are:
- 0 (atBase)
- 1 (atPro)
- 2 (atBusiness)
This property is read-only.
Data Type
Integer