Interface PriceKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
PriceKeyReferenceImpl

public interface PriceKeyReference extends KeyReference

References a price by key.


Example to create an instance using the builder pattern

     PriceKeyReference priceKeyReference = PriceKeyReference.builder()
             .key("{key}")
             .build()