public static class RedirectFlow.Links
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCreditor()
The creditor for whom the mandate will be created.
|
java.lang.String |
getCustomer()
ID of customer created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed. |
java.lang.String |
getCustomerBankAccount()
ID of customer bank account created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed. |
java.lang.String |
getMandate()
ID of mandate created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed. |
public java.lang.String getCreditor()
The creditor for whom the mandate will be created. The name
of the creditor will be displayed on the payment page.
public java.lang.String getCustomer()
ID of customer created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed.
public java.lang.String getCustomerBankAccount()
ID of customer bank account created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed.
public java.lang.String getMandate()
ID of mandate created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed.