Interface ShoppingListLineItemDraft

All Superinterfaces:
CustomizableDraft<ShoppingListLineItemDraft>, io.vrap.rmf.base.client.Draft<ShoppingListLineItemDraft>
All Known Implementing Classes:
ShoppingListLineItemDraftImpl

The ProductVariant to be included in the ShoppingListLineItem must be specified using the productID and variantID, or by the sku.


Example to create an instance using the builder pattern

     ShoppingListLineItemDraft shoppingListLineItemDraft = ShoppingListLineItemDraft.builder()
             .build()