public class MandateResponse extends Object
| Constructor and Description |
|---|
MandateResponse() |
| 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 |
getRecurrenceType()
Specifies whether the mandate is for one-off or recurring payments.
|
String |
getStatus() |
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 |
setRecurrenceType(String value)
Specifies whether the mandate is for one-off or recurring payments.
|
void |
setStatus(String value) |
void |
setUniqueMandateReference(String value)
The unique identifier of the mandate
|
MandateResponse |
withAlias(String value)
An alias for the mandate.
|
MandateResponse |
withCustomer(MandateCustomer value)
Customer object containing customer specific inputs.
|
MandateResponse |
withCustomerReference(String value)
The unique identifier of a customer
|
MandateResponse |
withRecurrenceType(String value)
Specifies whether the mandate is for one-off or recurring payments.
|
MandateResponse |
withStatus(String value) |
MandateResponse |
withUniqueMandateReference(String value)
The unique identifier of the mandate
|
public String getAlias()
public void setAlias(String value)
public MandateResponse withAlias(String value)
public MandateCustomer getCustomer()
public void setCustomer(MandateCustomer value)
public MandateResponse withCustomer(MandateCustomer value)
public String getCustomerReference()
public void setCustomerReference(String value)
public MandateResponse withCustomerReference(String value)
public String getRecurrenceType()
public void setRecurrenceType(String value)
public MandateResponse withRecurrenceType(String value)
public String getStatus()
public void setStatus(String value)
public MandateResponse withStatus(String value)
public String getUniqueMandateReference()
public void setUniqueMandateReference(String value)
public MandateResponse withUniqueMandateReference(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.