public class XPFProductSkuValidationContext extends XPFEntity
Modifier and Type | Field and Description |
---|---|
private @NonNull List<XPFProductSkuValidationContext> |
children
The line items that are or will be children of this line item in the shopping cart.
|
private boolean |
inStoreCatalog
Indicates if the product sku is in shopping cart store's catalog.
|
private XPFProductSku |
parentProductSku
The product sku for the parent line item in the shopping cart hierarchy.
|
private @NonNull XPFProductSku |
productSku
The product sku.
|
private XPFPrice |
promotedPrice
The promoted price.
|
private @NonNull XPFShopper |
shopper
The shopper.
|
Constructor and Description |
---|
XPFProductSkuValidationContext() |
@NonNull private final @NonNull XPFProductSku productSku
private final XPFProductSku parentProductSku
@NonNull private final @NonNull XPFShopper shopper
private final XPFPrice promotedPrice
private final boolean inStoreCatalog
@NonNull private final @NonNull List<XPFProductSkuValidationContext> children
Copyright © 2023. All rights reserved.