public class XPFProductSkuValidationContext extends Object
Modifier and Type | Field and Description |
---|---|
private @NonNull List<XPFProductSkuValidationContext> |
children
Line items that are or will be children of this line item in the shopping cart.
|
private boolean |
inStoreCatalog
Whether or not 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
Product sku.
|
private XPFPrice |
promotedPrice
Promoted price.
|
private @NonNull XPFShopper |
shopper
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 © 2000–2021 Elastic Path Software, Inc. All rights reserved.