Interface ProductTypeKeyReference

All Superinterfaces:
KeyReference

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()
 
  • Field Details

  • Method Details