Package com.adyen.model.marketpayaccount
Class GetUploadedDocumentsRequest
- java.lang.Object
-
- com.adyen.model.marketpayaccount.GetUploadedDocumentsRequest
-
public class GetUploadedDocumentsRequest extends Object
GetUploadedDocumentsRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ACCOUNT_HOLDER_CODEstatic StringJSON_PROPERTY_BANK_ACCOUNT_U_U_I_Dstatic StringJSON_PROPERTY_SHAREHOLDER_CODE
-
Constructor Summary
Constructors Constructor Description GetUploadedDocumentsRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GetUploadedDocumentsRequestaccountHolderCode(String accountHolderCode)GetUploadedDocumentsRequestbankAccountUUID(String bankAccountUUID)booleanequals(Object o)Return true if this GetUploadedDocumentsRequest object is equal to o.static GetUploadedDocumentsRequestfromJson(String jsonString)Create an instance of GetUploadedDocumentsRequest given an JSON stringStringgetAccountHolderCode()The code of the Account Holder for which to retrieve the documents.StringgetBankAccountUUID()The code of the Bank Account for which to retrieve the documents.StringgetShareholderCode()The code of the Shareholder for which to retrieve the documents.inthashCode()voidsetAccountHolderCode(String accountHolderCode)voidsetBankAccountUUID(String bankAccountUUID)voidsetShareholderCode(String shareholderCode)GetUploadedDocumentsRequestshareholderCode(String shareholderCode)StringtoJson()Convert an instance of GetUploadedDocumentsRequest to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_HOLDER_CODE
public static final String JSON_PROPERTY_ACCOUNT_HOLDER_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_BANK_ACCOUNT_U_U_I_D
public static final String JSON_PROPERTY_BANK_ACCOUNT_U_U_I_D
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SHAREHOLDER_CODE
public static final String JSON_PROPERTY_SHAREHOLDER_CODE
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountHolderCode
public GetUploadedDocumentsRequest accountHolderCode(String accountHolderCode)
-
getAccountHolderCode
public String getAccountHolderCode()
The code of the Account Holder for which to retrieve the documents.- Returns:
- accountHolderCode
-
setAccountHolderCode
public void setAccountHolderCode(String accountHolderCode)
-
bankAccountUUID
public GetUploadedDocumentsRequest bankAccountUUID(String bankAccountUUID)
-
getBankAccountUUID
public String getBankAccountUUID()
The code of the Bank Account for which to retrieve the documents.- Returns:
- bankAccountUUID
-
setBankAccountUUID
public void setBankAccountUUID(String bankAccountUUID)
-
shareholderCode
public GetUploadedDocumentsRequest shareholderCode(String shareholderCode)
-
getShareholderCode
public String getShareholderCode()
The code of the Shareholder for which to retrieve the documents.- Returns:
- shareholderCode
-
setShareholderCode
public void setShareholderCode(String shareholderCode)
-
equals
public boolean equals(Object o)
Return true if this GetUploadedDocumentsRequest object is equal to o.
-
fromJson
public static GetUploadedDocumentsRequest fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of GetUploadedDocumentsRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetUploadedDocumentsRequest
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to GetUploadedDocumentsRequest
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of GetUploadedDocumentsRequest to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-