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