| Contact | Donate | Imprint |
| Merchant | MerchantModule | PayPal |
| Property | Type | Entity | Reference | Module |
| (1) Category | STRING | Merchant | ||
| (2) CreatedAt | DATE | Merchant | ||
| (3) DisplayName | STRING | Merchant | ||
| (4) LegalName | STRING | Merchant | ||
| (5) Status | STRING | Merchant | ||
| (6) UserAccount | LONG | Merchant | UserAccount | UserAccountModule |
| (7) WebsiteUrl | STRING | Merchant |
Example:
final Merchant merchant = (Merchant) invokeModule(MERCHANT_MODULE + "/merchant/" + id, Merchant.class);| Contact | Donate | Imprint |