Get wallet data for the an EVE character
new
This is called under the hood when an accounts object is requested on the $eve->character object.
It returns an array of account objects for the selected character. The first member of the array ALWAYS returns the selected character's personal account object.
$account->balance
Returns the balance of an account object in ISK.
$account->division
Returns the division of an account object. The master division is "first", the final division (for corporate accounts) is "seventh".
$account->type
Returns the type of an account object -- can be "personal" or "corporate"
$account->id
Returns the id of the account object.
$account->key
Returns the key of the account object. This equates to division.