Interface ShoppingListLineItemValue

All Known Implementing Classes:
ShoppingListLineItemValueImpl

public interface ShoppingListLineItemValue
ShoppingListLineItemValue
Example to create an instance using the builder pattern

     ShoppingListLineItemValue shoppingListLineItemValue = ShoppingListLineItemValue.builder()
             .id("{id}")
             .name(nameBuilder -> nameBuilder)
             .variantId(1)
             .build()