| Contact | Donate | Imprint |
| UserAccount | UserAccountModule | PayPal |
| Property | Type | Entity | Reference | Module |
| (1) AccountType | STRING | UserAccount | ||
| (2) ClosedAt | DATE | UserAccount | ||
| (3) CreatedAt | DATE | UserAccount | ||
| (4) PasswordHash | STRING | UserAccount | ||
| (5) PrimaryEmail | STRING | UserAccount | ||
| (6) Status | STRING | UserAccount |
Example:
final UserAccount useraccount = (UserAccount) invokeModule(USER_ACCOUNT_MODULE + "/useraccount/" + id, UserAccount.class);| Contact | Donate | Imprint |