Uses of Class
io.deeplumen.ucp.models.schemas.shopping.LineItem__2
Packages that use LineItem__2
-
Uses of LineItem__2 in io.deeplumen.ucp.models.schemas.shopping
Methods in io.deeplumen.ucp.models.schemas.shopping that return LineItem__2Modifier and TypeMethodDescriptionLineItem__2.withAdditionalProperty(String name, Object value) LineItem__2.withQuantity(Integer quantity) Methods in io.deeplumen.ucp.models.schemas.shopping that return types with arguments of type LineItem__2Modifier and TypeMethodDescriptionAdjustment.getLineItems()Which line items and quantities are affected (optional).Method parameters in io.deeplumen.ucp.models.schemas.shopping with type arguments of type LineItem__2Modifier and TypeMethodDescriptionvoidAdjustment.setLineItems(List<LineItem__2> lineItems) Which line items and quantities are affected (optional).Adjustment.withLineItems(List<LineItem__2> lineItems)