public static class Event.Links
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMandate()
|
java.lang.String |
getNewCustomerBankAccount()
This is only included for mandate transfer events, when it is the ID of the customer bank account which the mandate is being transferred to.
|
java.lang.String |
getNewMandate()
This is only included for mandate replaced events, when it is the ID of the new mandate that replaces the existing mandate.
|
java.lang.String |
getOrganisation()
|
java.lang.String |
getParentEvent()
If this event was caused by another, this is the ID of the cause.
|
java.lang.String |
getPayment()
|
java.lang.String |
getPayout()
|
java.lang.String |
getPreviousCustomerBankAccount()
This is only included for mandate transfer events, when it is the ID of the customer bank account which the mandate is being transferred from.
|
java.lang.String |
getRefund()
|
java.lang.String |
getSubscription()
|
public java.lang.String getMandate()
If resource_type
is mandates
, this is the ID of the mandate which has been updated.
public java.lang.String getNewCustomerBankAccount()
This is only included for mandate transfer events, when it is the ID of the customer bank account which the mandate is being transferred to.
public java.lang.String getNewMandate()
This is only included for mandate replaced events, when it is the ID of the new mandate that replaces the existing mandate.
public java.lang.String getOrganisation()
public java.lang.String getParentEvent()
If this event was caused by another, this is the ID of the cause. For example, if a mandate is cancelled it automatically cancels all pending payments associated with it; in this case, the payment cancellation events would have the ID of the mandate cancellation event in this field.
public java.lang.String getPayment()
If resource_type
is payments
, this is the ID of the payment which has been updated.
public java.lang.String getPayout()
If resource_type
is payouts
, this is the ID of the payout which has been updated.
public java.lang.String getPreviousCustomerBankAccount()
This is only included for mandate transfer events, when it is the ID of the customer bank account which the mandate is being transferred from.
public java.lang.String getRefund()
If resource_type
is refunds
, this is the ID of the refund which has been updated.
public java.lang.String getSubscription()
If resource_type
is subscription
, this is the ID of the subscription which has been updated.