/**
* Response Object of GetAccount endpoint
* @typedef {object} AccountResponse
* @property {string} accountId
* @property {number} balance
* @property {string} compassPersonId
* @property {string} firstName
* @property {string} imageUrl
* @property {boolean} isWalletEnabled
* @property {string} lastName
* @property {string} name
* @property {string} schoolId
* @property {number} userBaseRole
* @property {number} userId
* @property {number} userStatus
* @property {string} username
* @property {number} yearLevelId
*/
Source