Package | Description |
---|---|
com.worldline.connect.sdk.java.v1.domain |
Modifier and Type | Method and Description |
---|---|
List<LineItem> |
ShoppingCart.getItems()
Shopping cart data
|
List<LineItem> |
Order.getItems()
Deprecated.
Use shoppingCart.items instead
|
Modifier and Type | Method and Description |
---|---|
void |
ShoppingCart.setItems(List<LineItem> value)
Shopping cart data
|
void |
Order.setItems(List<LineItem> value)
Deprecated.
Use shoppingCart.items instead
|
Copyright © 2024 Worldline Global Collect. All rights reserved.