public class SetupBeneficiaryResponse extends Object
| Constructor and Description |
|---|
SetupBeneficiaryResponse() |
| Modifier and Type | Method and Description |
|---|---|
SetupBeneficiaryResponse |
addInvalidFieldsItem(ErrorFieldType invalidFieldsItem) |
boolean |
equals(Object o) |
List<ErrorFieldType> |
getInvalidFields()
Contains field validation errors that would prevent requests from being processed.
|
String |
getPspReference()
The reference of a request.
|
String |
getResultCode()
The result code.
|
int |
hashCode() |
SetupBeneficiaryResponse |
invalidFields(List<ErrorFieldType> invalidFields) |
SetupBeneficiaryResponse |
pspReference(String pspReference) |
SetupBeneficiaryResponse |
resultCode(String resultCode) |
void |
setInvalidFields(List<ErrorFieldType> invalidFields) |
void |
setPspReference(String pspReference) |
void |
setResultCode(String resultCode) |
String |
toString() |
public SetupBeneficiaryResponse invalidFields(List<ErrorFieldType> invalidFields)
public SetupBeneficiaryResponse addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)
public List<ErrorFieldType> getInvalidFields()
public void setInvalidFields(List<ErrorFieldType> invalidFields)
public SetupBeneficiaryResponse pspReference(String pspReference)
public String getPspReference()
public void setPspReference(String pspReference)
public SetupBeneficiaryResponse resultCode(String resultCode)
public String getResultCode()
public void setResultCode(String resultCode)
Copyright © 2022. All rights reserved.