Interface ProductDiscountKeyReference

All Superinterfaces:
KeyReference

public interface ProductDiscountKeyReference extends KeyReference

Used by the Import API to identify a ProductDiscount.


Example to create an instance using the builder pattern

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