function-apps/Point-Of-Transaction/src/main/java/org/inventory/hub/POT.java [57:65]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.id = java.util.UUID.randomUUID().toString();
            this.description = "\tType " + System.getenv("POT_FUNCTION_APP_TYPE") + " from "
                + System.getenv("POT_FUNCTION_APP_DESCRIPTION")
                + "(" + System.getenv("POT_FUNCTION_APP_ID") + ")"
                + " to event hub "
                + System.getenv("TRANSACTIONS_EVENT_HUB_NAME");
            this.type = System.getenv("POT_FUNCTION_APP_TYPE");
            this.transactionTime = new Date().toString();
            this.productInformation = new POT.TransactionEvent.ProductInformation();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



function-apps/Point-Of-Transaction/src/main/java/org/inventory/hub/POT.java [80:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            this.id = java.util.UUID.randomUUID().toString();
            this.description = "\tType " + System.getenv("POT_FUNCTION_APP_TYPE") + " from "
                + System.getenv("POT_FUNCTION_APP_DESCRIPTION")
                + "(" + System.getenv("POT_FUNCTION_APP_ID") + ")"
                + " to event hub "
                + System.getenv("TRANSACTIONS_EVENT_HUB_NAME");
            this.type = System.getenv("POT_FUNCTION_APP_TYPE");
            this.transactionTime = new Date().toString();
            this.productInformation = new POT.TransactionEvent.ProductInformation();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



