function-apps/Append-Transaction/src/main/java/org/inventory/hub/TransactionDocument.java [9:14]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String id;
    public String description;
    public String type;
    public String transactionTime;
    public TransactionEvent.ProductInformation productInformation;
    public TransactionEvent.PointOfTransactionLocation pointOfTransaction;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



function-apps/Notify-Inventory/src/main/java/org/inventory/hub/NotifyInventoryUpdate.java [51:56]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        public String id;
        public String description;
        public String type;
        public String transactionTime;
        public TransactionEvent.ProductInformation productInformation;
        public TransactionEvent.PointOfTransactionLocation pointOfTransaction;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



