Interface CartDiscountKeyReference

All Superinterfaces:
KeyReference

public interface CartDiscountKeyReference extends KeyReference

References a cart discount by key.


Example to create an instance using the builder pattern

     CartDiscountKeyReference cartDiscountKeyReference = CartDiscountKeyReference.builder()
             .key("{key}")
             .build()