Interface ProductTypeKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
ProductTypeKeyReferenceImpl

public interface ProductTypeKeyReference extends KeyReference

References a product type by key.


Example to create an instance using the builder pattern

     ProductTypeKeyReference productTypeKeyReference = ProductTypeKeyReference.builder()
             .key("{key}")
             .build()