Package com.adyen.model.marketpayfund
Class AccountHolderTransactionListResponse
- java.lang.Object
-
- com.adyen.model.marketpayfund.AccountHolderTransactionListResponse
-
public class AccountHolderTransactionListResponse extends Object
AccountHolderTransactionListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACCOUNT_TRANSACTION_LISTSstatic StringJSON_PROPERTY_INVALID_FIELDSstatic StringJSON_PROPERTY_PSP_REFERENCEstatic StringJSON_PROPERTY_RESULT_CODE
-
Constructor Summary
Constructors Constructor Description AccountHolderTransactionListResponse()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_TRANSACTION_LISTS
public static final String JSON_PROPERTY_ACCOUNT_TRANSACTION_LISTS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INVALID_FIELDS
public static final String JSON_PROPERTY_INVALID_FIELDS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PSP_REFERENCE
public static final String JSON_PROPERTY_PSP_REFERENCE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RESULT_CODE
public static final String JSON_PROPERTY_RESULT_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountTransactionLists
public AccountHolderTransactionListResponse accountTransactionLists(List<AccountTransactionList> accountTransactionLists)
-
addAccountTransactionListsItem
public AccountHolderTransactionListResponse addAccountTransactionListsItem(AccountTransactionList accountTransactionListsItem)
-
getAccountTransactionLists
public List<AccountTransactionList> getAccountTransactionLists()
A list of the transactions.- Returns:
- accountTransactionLists
-
setAccountTransactionLists
public void setAccountTransactionLists(List<AccountTransactionList> accountTransactionLists)
-
invalidFields
public AccountHolderTransactionListResponse invalidFields(List<ErrorFieldType> invalidFields)
-
addInvalidFieldsItem
public AccountHolderTransactionListResponse addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)
-
getInvalidFields
public List<ErrorFieldType> getInvalidFields()
Contains field validation errors that would prevent requests from being processed.- Returns:
- invalidFields
-
setInvalidFields
public void setInvalidFields(List<ErrorFieldType> invalidFields)
-
pspReference
public AccountHolderTransactionListResponse pspReference(String pspReference)
-
getPspReference
public String getPspReference()
The reference of a request. Can be used to uniquely identify the request.- Returns:
- pspReference
-
setPspReference
public void setPspReference(String pspReference)
-
resultCode
public AccountHolderTransactionListResponse resultCode(String resultCode)
-
getResultCode
public String getResultCode()
The result code.- Returns:
- resultCode
-
setResultCode
public void setResultCode(String resultCode)
-
equals
public boolean equals(Object o)
Return true if this AccountHolderTransactionListResponse object is equal to o.
-
fromJson
public static AccountHolderTransactionListResponse fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of AccountHolderTransactionListResponse given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of AccountHolderTransactionListResponse
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to AccountHolderTransactionListResponse
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of AccountHolderTransactionListResponse to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-