Class ShoppingBasketBase
java.lang.Object
com.sap.retail.sapppspricing.swagger.businessobject.dto.ShoppingBasketBase
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2022-09-26T19:16:22.658615400+05:30[Asia/Calcutta]")
public class ShoppingBasketBase
extends Object
The collection of the line items to be processed.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAnyItem(Object anyItem) addLineItemItem(LineItemDomainSpecific lineItemItem) booleangetAny()This is currently not supported.The response might contain more line items than the request due to generated transaction discounts.inthashCode()lineItem(List<LineItemDomainSpecific> lineItem) voidvoidsetLineItem(List<LineItemDomainSpecific> lineItem) toString()
-
Constructor Details
-
ShoppingBasketBase
public ShoppingBasketBase()
-
-
Method Details
-
lineItem
-
addLineItemItem
-
getLineItem
The response might contain more line items than the request due to generated transaction discounts.- Returns:
- lineItem
-
setLineItem
-
any
-
addAnyItem
-
getAny
This is currently not supported.- Returns:
- any
-
setAny
-
equals
-
hashCode
public int hashCode() -
toString
-