public interface ReplenishmentCheckoutFacade
These methods allow to schedule a replenishment for an order or to disable order replenishment.
Modifier and Type | Method and Description |
---|---|
void |
add(ReplenishmentInfoData replenishment)
Links replenishment with cart object.
|
void |
removeReplenishment()
Removes replenishment information from cart, if it's available.
|
void add(ReplenishmentInfoData replenishment)
replenishment
- an instance of ReplenishmentInfoData
which schedules future replenishmentvoid removeReplenishment()