Interface ProductDiscountKeyReference

All Superinterfaces:
KeyReference

public interface ProductDiscountKeyReference extends KeyReference

References a product discount by key.


Example to create an instance using the builder pattern

     ProductDiscountKeyReference productDiscountKeyReference = ProductDiscountKeyReference.builder()
             .key("{key}")
             .build()