public interface PaymentKeyReference extends KeyReference
References a payment by key.
Modifier and Type | Method and Description |
---|---|
static PaymentKeyReferenceBuilder |
builder() |
static PaymentKeyReferenceBuilder |
builder(PaymentKeyReference template) |
static PaymentKeyReference |
of() |
static PaymentKeyReference |
of(PaymentKeyReference template) |
default <T> T |
withPaymentKeyReference(Function<PaymentKeyReference,T> helper) |
getKey, getTypeId, setKey, withKeyReference
static final String PAYMENT
static PaymentKeyReference of()
static PaymentKeyReference of(PaymentKeyReference template)
static PaymentKeyReferenceBuilder builder()
static PaymentKeyReferenceBuilder builder(PaymentKeyReference template)
default <T> T withPaymentKeyReference(Function<PaymentKeyReference,T> helper)