Interface CustomerKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
CustomerKeyReferenceImpl

public interface CustomerKeyReference extends KeyReference

References a customer by key.


Example to create an instance using the builder pattern

     CustomerKeyReference customerKeyReference = CustomerKeyReference.builder()
             .key("{key}")
             .build()