| Contact | Donate | Imprint |
| Customer | CustomerModule | AmazonCom |
| Property | Type | Entity | Reference | Module |
| (1) CreatedAt | DATE | Customer | ||
| (2) DefaultBillingAddress | LONG | Customer | ||
| (3) DefaultShippingAddress | LONG | Customer | ||
| (4) Email | STRING | Customer | ||
| (5) FirstName | STRING | Customer | ||
| (6) IsActive | BOOL | Customer | ||
| (7) LastName | STRING | Customer | ||
| (8) PasswordHash | STRING | Customer | ||
| (9) UpdatedAt | DATE | Customer |
Example:
final Customer customer = (Customer) invokeModule(CUSTOMER_MODULE + "/customer/" + id, Customer.class);| Contact | Donate | Imprint |