function-apps/Notify-Inventory/src/main/java/org/inventory/hub/NotifyInventoryUpdate.java [58:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        static final class ProductInformation {
            public String productId;
            public String productName;
            public String description;
            public String count;
        }

        // TODO: retrieve this record from the CosmosDB may be?
        static final class PointOfTransactionLocation {
            public String id;
            public String description;
            public String location;
            public String longitude;
            public String latitude;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



function-apps/Point-Of-Transaction/src/main/java/org/inventory/hub/POT.java [109:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        static final class ProductInformation {
            public String productId;
            public String productName;
            public String description;
            public String count;
        }

        // TODO: retrieve this record from the CosmosDB may be?
        static final class PointOfTransactionLocation {
            public String id;
            public String description;
            public String location;
            public String longitude;
            public String latitude;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



