public static class CartOperationServiceProperties.PriceInvalidation extends Object
Cart.isPriced()
and/or
CartItem.isPriced()
being set to false.Constructor and Description |
---|
PriceInvalidation() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAddAttribute()
An addition to cart attributes.
|
boolean |
isAddPaymentMethod()
Adding a payment method to the cart.
|
boolean |
isRemoveAttribute()
A deletion of a cart attribute.
|
boolean |
isRemovePaymentMethod()
Removing an existing payment method from the cart.
|
boolean |
isUpdateContactInfo()
An update of the contact info for the order (e.g.
|
boolean |
isUpdatePaymentMethod()
Updating an existing payment method from the cart.
|
void |
setAddAttribute(boolean addAttribute)
An addition to cart attributes.
|
void |
setAddPaymentMethod(boolean addPaymentMethod)
Adding a payment method to the cart.
|
void |
setRemoveAttribute(boolean removeAttribute)
A deletion of a cart attribute.
|
void |
setRemovePaymentMethod(boolean removePaymentMethod)
Removing an existing payment method from the cart.
|
void |
setUpdateContactInfo(boolean updateContactInfo)
An update of the contact info for the order (e.g.
|
void |
setUpdatePaymentMethod(boolean updatePaymentMethod)
Updating an existing payment method from the cart.
|
public boolean isUpdateContactInfo()
public boolean isAddAttribute()
public boolean isRemoveAttribute()
public boolean isAddPaymentMethod()
public boolean isUpdatePaymentMethod()
public boolean isRemovePaymentMethod()
public void setUpdateContactInfo(boolean updateContactInfo)
public void setAddAttribute(boolean addAttribute)
public void setRemoveAttribute(boolean removeAttribute)
public void setAddPaymentMethod(boolean addPaymentMethod)
public void setUpdatePaymentMethod(boolean updatePaymentMethod)
public void setRemovePaymentMethod(boolean removePaymentMethod)
Copyright © 2021. All rights reserved.