Uses of Class
io.deeplumen.ucp.models.schemas.shopping.LineItem__1
Packages that use LineItem__1
-
Uses of LineItem__1 in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return LineItem__1Modifier and TypeMethodDescriptionLineItem__1.withAdditionalProperty(String name, Object value) LineItem__1.withQuantity(Integer quantity) Methods in io.deeplumen.ucp.models.schemas.shopping that return types with arguments of type LineItem__1Modifier and TypeMethodDescriptionFulfillmentEvent.getLineItems()Which line items and quantities are fulfilled in this event.Method parameters in io.deeplumen.ucp.models.schemas.shopping with type arguments of type LineItem__1Modifier and TypeMethodDescriptionvoidFulfillmentEvent.setLineItems(List<LineItem__1> lineItems) Which line items and quantities are fulfilled in this event.FulfillmentEvent.withLineItems(List<LineItem__1> lineItems)