public class XPFShoppingItemValidationContext extends Object
Modifier and Type | Field and Description |
---|---|
private @NonNull List<XPFShoppingItemValidationContext> |
children
Children of the current shopping item.
|
private boolean |
inStoreCatalog
Whether or not the product Sku is in shopping cart store's catalog.
|
private @NonNull XPFOperationEnum |
operation
The operation that is being executed on this shopping cart line item.
|
private XPFShoppingItem |
parentShoppingItem
Parent shopping item.
|
private XPFPrice |
promotedPrice
Promoted price.
|
private @NonNull XPFShoppingCart |
shoppingCart
Shopping cart.
|
private @NonNull XPFShoppingItem |
shoppingItem
Shopping item.
|
Constructor and Description |
---|
XPFShoppingItemValidationContext() |
private final XPFShoppingItem parentShoppingItem
@NonNull private final @NonNull XPFShoppingItem shoppingItem
private final boolean inStoreCatalog
@NonNull private final @NonNull XPFShoppingCart shoppingCart
private final XPFPrice promotedPrice
@NonNull private final @NonNull XPFOperationEnum operation
@NonNull private final @NonNull List<XPFShoppingItemValidationContext> children
Copyright © 2000–2021 Elastic Path Software, Inc. All rights reserved.