AccStatus Property
The status of the current account.
Object Oriented Interface
public function getAccStatus($accindex);
Procedural Interface
inebank_account_get($res, 14 , $accindex);
Default Value
''
Remarks
The status of the current account. Possible values are: AVAIL, PEND, ACTIVE.
For bank or credit card accounts (i.e., when AccServiceType is BANK or CREDITCARD), the meaning of AccStatus is as follows:
AVAIL | Available, but not yet requested |
PEND | Requested, but not yet available |
ACTIVE | In use |
For investment accounts (i.e., when AccServiceType is INVESTMENT), the AccStatus indicates the activation status for investment statement download for the account. Possible values are the same, but the meaning is slightly different:
AVAIL | Have not signed up |
PEND | In the process of signing up |
ACTIVE | Signed up |
The size of the array is controlled by the AccCount property.
This property is read-only and not available at design time.
Data Type
String