Entity Name: ShopCustomer
Data Schema: Shop
Master Service: CountryService
| 3.1 CountryService | 3.2 DiscountCampaignService | 3.3 ProductService | 3.4 ShopLicenseService |
| Property Name | Datatype | Data Entity | Reference Entity |
| City | STRING | ShopCustomer | |
| Country | LONG | ShopCustomer | Country |
| FirstName | STRING | ShopCustomer | |
| LastName | STRING | ShopCustomer | |
| PrimaryKey | LONG | ShopCustomer | |
| ServerReplicationVersion | LONG | ShopCustomer | |
| ShopOwner | LONG | ShopCustomer | |
| Street | STRING | ShopCustomer |
Pseudo code snippet
final ShopCustomer shopcustomer = (ShopCustomer) this.callMicroservice(ServiceNames.COUNTRY_SERVICE + "/shopcustomer/" + id, ShopCustomer.class);