public static class Payment.Links
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreditor()
ID of creditor to which the collected payment will be sent.
|
java.lang.String |
getMandate()
ID of the mandate against which this payment should be collected.
|
java.lang.String |
getPayout()
ID of payout which contains the funds from this payment.
**Note**: this property will not be present until the payment has been successfully collected. |
java.lang.String |
getSubscription()
ID of subscription from which this payment was created.
**Note**: this property will only be present if this payment is part of a subscription. |
public java.lang.String getCreditor()
ID of creditor to which the collected payment will be sent.
public java.lang.String getMandate()
ID of the mandate against which this payment should be collected.
public java.lang.String getPayout()
ID of payout which contains the funds from this payment.
**Note**: this property will not be present until the payment has been successfully collected.
public java.lang.String getSubscription()
ID of subscription from which this payment was created.
**Note**: this property will only be present if this payment is part of a subscription.