public class XPFShoppingItemValidationContext extends XPFEntity
Modifier and Type | Field and Description |
---|---|
private @NonNull List<XPFShoppingItemValidationContext> |
children
The children of the current shopping item.
|
private boolean |
inStoreCatalog
Indicates if 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
The parent shopping item.
|
private XPFPrice |
promotedPrice
The unit price of the shopping item including catalog promotions but excluding shopping cart promotions.
|
private @NonNull XPFShoppingCart |
shoppingCart
The shopping cart.
|
private @NonNull XPFShoppingItem |
shoppingItem
The 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 © 2023. All rights reserved.