Interface InventoryEntryStockLevels


public interface InventoryEntryStockLevels

Stock level thresholds for an InventoryEntry that trigger Messages when stock levels reach certain points. For more information, see Stock level notifications.


Example to create an instance using the builder pattern

     InventoryEntryStockLevels inventoryEntryStockLevels = InventoryEntryStockLevels.builder()
             .build()