Package com.adyen.model.balanceplatform
Class BankAccountIdentificationValidationRequest
- java.lang.Object
-
- com.adyen.model.balanceplatform.BankAccountIdentificationValidationRequest
-
public class BankAccountIdentificationValidationRequest extends Object
BankAccountIdentificationValidationRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBankAccountIdentificationValidationRequest.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ACCOUNT_IDENTIFICATION
-
Constructor Summary
Constructors Constructor Description BankAccountIdentificationValidationRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BankAccountIdentificationValidationRequestaccountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)booleanequals(Object o)static BankAccountIdentificationValidationRequestfromJson(String jsonString)Create an instance of BankAccountIdentificationValidationRequest given an JSON stringBankAccountIdentificationValidationRequestAccountIdentificationgetAccountIdentification()Get accountIdentificationinthashCode()voidsetAccountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)StringtoJson()Convert an instance of BankAccountIdentificationValidationRequest to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
accountIdentification
public BankAccountIdentificationValidationRequest accountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)
-
getAccountIdentification
public BankAccountIdentificationValidationRequestAccountIdentification getAccountIdentification()
Get accountIdentification- Returns:
- accountIdentification
-
setAccountIdentification
public void setAccountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON Object- Throws:
IOException- if the JSON Object is invalid with respect to BankAccountIdentificationValidationRequest
-
fromJson
public static BankAccountIdentificationValidationRequest fromJson(String jsonString) throws IOException
Create an instance of BankAccountIdentificationValidationRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BankAccountIdentificationValidationRequest
- Throws:
IOException- if the JSON string is invalid with respect to BankAccountIdentificationValidationRequest
-
toJson
public String toJson()
Convert an instance of BankAccountIdentificationValidationRequest to an JSON string- Returns:
- JSON string
-
-