| Package | Description |
|---|---|
| com.onlinepayments.domain |
| Modifier and Type | Method and Description |
|---|---|
ShoppingCart |
Order.getShoppingCart()
Shopping cart data, including items and specific amounts.
|
ShoppingCart |
ShoppingCart.withAmountBreakdown(List<AmountBreakdown> value)
Deprecated: Use order.shipping.shippingCost for shipping cost.
|
ShoppingCart |
ShoppingCart.withGiftCardPurchase(GiftCardPurchase value)
Object containing information on purchased gift card(s)
|
ShoppingCart |
ShoppingCart.withIsPreOrder(Boolean value)
The customer is pre-ordering one or more items
|
ShoppingCart |
ShoppingCart.withItems(List<LineItem> value)
Shopping cart data
|
ShoppingCart |
ShoppingCart.withPreOrderItemAvailabilityDate(String value)
Date (YYYYMMDD) when the preordered item becomes available
|
ShoppingCart |
ShoppingCart.withReOrderIndicator(Boolean value)
Indicates whether the cardholder is reordering previously purchased item(s)
true = the customer is re-ordering at least one of the items again
false = this is the first time the customer is ordering these items
|
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setShoppingCart(ShoppingCart value)
Shopping cart data, including items and specific amounts.
|
Order |
Order.withShoppingCart(ShoppingCart value)
Shopping cart data, including items and specific amounts.
|
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.