Interface InventoryEntryRemoveQuantityAction

All Superinterfaces:
InventoryEntryUpdateAction, ResourceUpdateAction<InventoryEntryUpdateAction>

public interface InventoryEntryRemoveQuantityAction extends InventoryEntryUpdateAction

Updates availableQuantity based on the new quantityOnStock and amount of active reservations.


Example to create an instance using the builder pattern

     InventoryEntryRemoveQuantityAction inventoryEntryRemoveQuantityAction = InventoryEntryRemoveQuantityAction.builder()
             .quantity(0.3)
             .build()