@ConfigurationProperties(value="broadleaf.cartoperation.checkout.activity.validation.cart-stale-pricing") public class CartStalePricingValidationActivityProperties extends Object
CartStalePricingValidationActivity
.Constructor and Description |
---|
CartStalePricingValidationActivityProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
shouldRejectLowerPrice()
Whether or not to reject the checkout attempt if it's determined that the latest price for
the cart is lower than the cart's previously known price.
|
CartStalePricingValidationActivityProperties |
shouldRejectLowerPrice(boolean shouldRejectLowerPrice)
Whether or not to reject the checkout attempt if it's determined that the latest price for
the cart is lower than the cart's previously known price.
|
public CartStalePricingValidationActivityProperties()
public CartStalePricingValidationActivityProperties shouldRejectLowerPrice(boolean shouldRejectLowerPrice)
this
.public boolean shouldRejectLowerPrice()
Copyright © 2021. All rights reserved.