public class XPFProductSkuValidationContext extends XPFEntity
Constructor and Description |
---|
XPFProductSkuValidationContext(@NonNull XPFProductSku productSku,
XPFProductSku parentProductSku,
@NonNull XPFShopper shopper,
XPFPrice promotedPrice,
boolean inStoreCatalog,
@NonNull List<XPFProductSkuValidationContext> children) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
@NonNull List<XPFProductSkuValidationContext> |
getChildren()
The line items that are or will be children of this line item in the shopping cart.
|
XPFProductSku |
getParentProductSku()
The product sku for the parent line item in the shopping cart hierarchy.
|
@NonNull XPFProductSku |
getProductSku()
The product sku.
|
XPFPrice |
getPromotedPrice()
The promoted price.
|
@NonNull XPFShopper |
getShopper()
The shopper.
|
int |
hashCode() |
boolean |
isInStoreCatalog()
Indicates if the product sku is in shopping cart store's catalog.
|
String |
toString() |
getCustomData
public XPFProductSkuValidationContext(@NonNull @NonNull XPFProductSku productSku, XPFProductSku parentProductSku, @NonNull @NonNull XPFShopper shopper, XPFPrice promotedPrice, boolean inStoreCatalog, @NonNull @NonNull List<XPFProductSkuValidationContext> children)
@NonNull public @NonNull XPFProductSku getProductSku()
public XPFProductSku getParentProductSku()
@NonNull public @NonNull XPFShopper getShopper()
public XPFPrice getPromotedPrice()
public boolean isInStoreCatalog()
@NonNull public @NonNull List<XPFProductSkuValidationContext> getChildren()
Copyright © 2024. All rights reserved.