Interface CartKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
CartKeyReferenceImpl

public interface CartKeyReference extends KeyReference

References a cart by key.


Example to create an instance using the builder pattern

     CartKeyReference cartKeyReference = CartKeyReference.builder()
             .key("{key}")
             .build()