Interface DiscountCodeKeyReference

All Superinterfaces:
KeyReference

public interface DiscountCodeKeyReference extends KeyReference

References a discount code by key.


Example to create an instance using the builder pattern

     DiscountCodeKeyReference discountCodeKeyReference = DiscountCodeKeyReference.builder()
             .key("{key}")
             .build()