Hi everyone,
We are supposed to start developing third-party apps for clover devices. But our apps manage our custom entities. Some of these entities represent customers, merchants, orders (as Clover entities do), but we also have other proprietary entities that CLover doesn't have by deafult.
So, our questions are:
1) In the case of merchants, customers, orders, etc, how can we "extend" those default clover entities with our own properties, without affecting other Clover apps? For instance, if I want to add two new properties to "Customer" entity, how would be the best way to do it?
2) If we want to add brand new entities, where should we do it? Should we fork clover-sdk and add new classes? Should we edit those entities in our own project?
Thanks in advance,
Best,