Interface ShoppingListSetLineItemCustomFieldAction

All Superinterfaces:
ResourceUpdateAction<ShoppingListUpdateAction>, ShoppingListUpdateAction

public interface ShoppingListSetLineItemCustomFieldAction extends ShoppingListUpdateAction
ShoppingListSetLineItemCustomFieldAction
Example to create an instance using the builder pattern

     ShoppingListSetLineItemCustomFieldAction shoppingListSetLineItemCustomFieldAction = ShoppingListSetLineItemCustomFieldAction.builder()
             .name("{name}")
             .build()