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 the customer to which this mandate is applicable
|
String |
getRecurrenceType()
Specifieds whether the mandate is for one-off or recurring payments.
|
String |
getStatus()
The status of the mandate.
|
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 the customer to which this mandate is applicable
|
void |
setRecurrenceType(String value)
Specifieds whether the mandate is for one-off or recurring payments.
|
void |
setStatus(String value)
The status of the mandate.
|
void |
setUniqueMandateReference(String value)
The unique identifier of the mandate
|
public String getAlias()
public void setAlias(String value)
public MandateCustomer getCustomer()
public void setCustomer(MandateCustomer value)
public String getCustomerReference()
public void setCustomerReference(String value)
public String getRecurrenceType()
public void setRecurrenceType(String value)
public String getStatus()
public void setStatus(String value)
public String getUniqueMandateReference()
public void setUniqueMandateReference(String value)
Copyright © 2024 Worldline Global Collect. All rights reserved.