Interface PaymentKeyReference

All Superinterfaces:
KeyReference
All Known Implementing Classes:
PaymentKeyReferenceImpl

public interface PaymentKeyReference extends KeyReference

References a payment by key.


Example to create an instance using the builder pattern

     PaymentKeyReference paymentKeyReference = PaymentKeyReference.builder()
             .key("{key}")
             .build()