public static class CustomerNotification.Links
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomer()
The customer who should be contacted with this notification.
|
java.lang.String |
getEvent()
The event that triggered the notification to be scheduled.
|
java.lang.String |
getMandate()
The identifier of the related mandate.
|
java.lang.String |
getPayment()
The identifier of the related payment.
|
java.lang.String |
getRefund()
The identifier of the related refund.
|
java.lang.String |
getSubscription()
The identifier of the related subscription.
|
public java.lang.String getCustomer()
The customer who should be contacted with this notification.
public java.lang.String getEvent()
The event that triggered the notification to be scheduled.
public java.lang.String getMandate()
The identifier of the related mandate.
public java.lang.String getPayment()
The identifier of the related payment.
public java.lang.String getRefund()
The identifier of the related refund.
public java.lang.String getSubscription()
The identifier of the related subscription.