Interface ProductVariantKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
ProductVariantKeyReferenceImpl

public interface ProductVariantKeyReference extends KeyReference

References a product variant by key.


Example to create an instance using the builder pattern

     ProductVariantKeyReference productVariantKeyReference = ProductVariantKeyReference.builder()
             .key("{key}")
             .build()