public class ShoppingCart extends Object
Constructor and Description |
---|
ShoppingCart() |
Modifier and Type | Method and Description |
---|---|
List<AmountBreakdown> |
getAmountBreakdown()
Determines the type of the amount.
|
GiftCardPurchase |
getGiftCardPurchase()
Object containing information on purchased gift card(s)
|
Boolean |
getIsPreOrder()
The customer is pre-ordering one or more items
|
List<LineItem> |
getItems()
Shopping cart data
|
String |
getPreOrderItemAvailabilityDate()
Date (YYYYMMDD) when the preordered item becomes available
|
Boolean |
getReOrderIndicator()
Indicates whether the cardholder is reordering previously purchased item(s)
|
void |
setAmountBreakdown(List<AmountBreakdown> value)
Determines the type of the amount.
|
void |
setGiftCardPurchase(GiftCardPurchase value)
Object containing information on purchased gift card(s)
|
void |
setIsPreOrder(Boolean value)
The customer is pre-ordering one or more items
|
void |
setItems(List<LineItem> value)
Shopping cart data
|
void |
setPreOrderItemAvailabilityDate(String value)
Date (YYYYMMDD) when the preordered item becomes available
|
void |
setReOrderIndicator(Boolean value)
Indicates whether the cardholder is reordering previously purchased item(s)
|
public List<AmountBreakdown> getAmountBreakdown()
public void setAmountBreakdown(List<AmountBreakdown> value)
public GiftCardPurchase getGiftCardPurchase()
public void setGiftCardPurchase(GiftCardPurchase value)
public Boolean getIsPreOrder()
public void setIsPreOrder(Boolean value)
public String getPreOrderItemAvailabilityDate()
public void setPreOrderItemAvailabilityDate(String value)
public Boolean getReOrderIndicator()
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
public void setReOrderIndicator(Boolean value)
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
Copyright © 2024 Worldline Global Collect. All rights reserved.