ICartCollection Interface
Implements
public interface ICartCollection extends IPartnerComponentString, IEntityCreateOperations<Cart,Cart>, IEntitySelector<String,ICart>
Encapsulates a customer cart behavior.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract ICart |
byId(String cartId)
Obtains a specific cart behavior. |
Method Details
byId
public abstract ICart byId(String cartId)
Obtains a specific cart behavior.
Parameters:
cartId
- Identifier for the cart.
Returns:
The available cart operations.