public class CreateMandateWithReturnUrl extends Object
| Constructor and Description |
|---|
CreateMandateWithReturnUrl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
An alias for the mandate.
|
MandateCustomer |
getCustomer()
Customer object containing customer specific inputs.
|
String |
getCustomerReference()
The unique identifier of a customer
|
String |
getLanguage()
The language code of the customer.
|
String |
getRecurrenceType()
Specifies whether the mandate is for one-off or recurring payments.
|
String |
getReturnUrl()
Return URL to use if the mandate signing requires redirection.
|
String |
getSignatureType()
Specifies whether the mandate is unsigned or signed by SMS.
|
String |
getUniqueMandateReference()
The unique identifier of the mandate
|
void |
setAlias(String value)
An alias for the mandate.
|
void |
setCustomer(MandateCustomer value)
Customer object containing customer specific inputs.
|
void |
setCustomerReference(String value)
The unique identifier of a customer
|
void |
setLanguage(String value)
The language code of the customer.
|
void |
setRecurrenceType(String value)
Specifies whether the mandate is for one-off or recurring payments.
|
void |
setReturnUrl(String value)
Return URL to use if the mandate signing requires redirection.
|
void |
setSignatureType(String value)
Specifies whether the mandate is unsigned or signed by SMS.
|
void |
setUniqueMandateReference(String value)
The unique identifier of the mandate
|
CreateMandateWithReturnUrl |
withAlias(String value)
An alias for the mandate.
|
CreateMandateWithReturnUrl |
withCustomer(MandateCustomer value)
Customer object containing customer specific inputs.
|
CreateMandateWithReturnUrl |
withCustomerReference(String value)
The unique identifier of a customer
|
CreateMandateWithReturnUrl |
withLanguage(String value)
The language code of the customer.
|
CreateMandateWithReturnUrl |
withRecurrenceType(String value)
Specifies whether the mandate is for one-off or recurring payments.
|
CreateMandateWithReturnUrl |
withReturnUrl(String value)
Return URL to use if the mandate signing requires redirection.
|
CreateMandateWithReturnUrl |
withSignatureType(String value)
Specifies whether the mandate is unsigned or signed by SMS.
|
CreateMandateWithReturnUrl |
withUniqueMandateReference(String value)
The unique identifier of the mandate
|
public String getAlias()
public void setAlias(String value)
public CreateMandateWithReturnUrl withAlias(String value)
public MandateCustomer getCustomer()
public void setCustomer(MandateCustomer value)
public CreateMandateWithReturnUrl withCustomer(MandateCustomer value)
public String getCustomerReference()
public void setCustomerReference(String value)
public CreateMandateWithReturnUrl withCustomerReference(String value)
public String getLanguage()
public void setLanguage(String value)
public CreateMandateWithReturnUrl withLanguage(String value)
public String getRecurrenceType()
public void setRecurrenceType(String value)
public CreateMandateWithReturnUrl withRecurrenceType(String value)
public String getReturnUrl()
public void setReturnUrl(String value)
public CreateMandateWithReturnUrl withReturnUrl(String value)
public String getSignatureType()
public void setSignatureType(String value)
public CreateMandateWithReturnUrl withSignatureType(String value)
public String getUniqueMandateReference()
public void setUniqueMandateReference(String value)
public CreateMandateWithReturnUrl withUniqueMandateReference(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.