| Contact | Donate | Imprint |
| PartnerAccount | PartnerAccountModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) CompanyName | STRING | PartnerAccount | ||
| (2) ContactName | STRING | PartnerAccount | ||
| (3) CreatedAt | DATE | PartnerAccount | ||
| (4) Email | STRING | PartnerAccount | ||
| (5) IsActive | BOOL | PartnerAccount | ||
| (6) PhoneNumber | STRING | PartnerAccount |
Example:
final PartnerAccount partneraccount = (PartnerAccount) invokeModule(PARTNER_ACCOUNT_MODULE + "/partneraccount/" + id, PartnerAccount.class);| Contact | Donate | Imprint |