Uses of Class
com.onlinepayments.domain.ShoppingCart
Packages that use ShoppingCart
-
Uses of ShoppingCart in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ShoppingCartModifier and TypeMethodDescriptionOrder.getShoppingCart()Shopping cart data, including items and specific amounts.ShoppingCart.withAmountBreakdown(List<AmountBreakdown> value) Deprecated.Use order.shipping.shippingCost for shipping cost.ShoppingCart.withGiftCardPurchase(GiftCardPurchase value) Object containing information on purchased gift card(s)ShoppingCart.withIsPreOrder(Boolean value) The customer is pre-ordering one or more itemsShopping cart dataShoppingCart.withPreOrderItemAvailabilityDate(String value) Date (YYYYMMDD) when the preordered item becomes availableShoppingCart.withReOrderIndicator(Boolean value) Indicates whether the cardholder is reordering previously purchased item(s)Methods in com.onlinepayments.domain with parameters of type ShoppingCartModifier and TypeMethodDescriptionvoidOrder.setShoppingCart(ShoppingCart value) Shopping cart data, including items and specific amounts.Order.withShoppingCart(ShoppingCart value) Shopping cart data, including items and specific amounts.