Package com.adyen.model.balanceplatform
Class BankAccountIdentificationValidationRequest
- java.lang.Object
-
- com.adyen.model.balanceplatform.BankAccountIdentificationValidationRequest
-
public class BankAccountIdentificationValidationRequest extends Object
BankAccountIdentificationValidationRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_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)Return true if this BankAccountIdentificationValidationRequest object is equal to o.static BankAccountIdentificationValidationRequestfromJson(String jsonString)Create an instance of BankAccountIdentificationValidationRequest given an JSON stringBankAccountIdentificationValidationRequestAccountIdentificationgetAccountIdentification()Get accountIdentificationinthashCode()voidsetAccountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)accountIdentificationStringtoJson()Convert an instance of BankAccountIdentificationValidationRequest to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_IDENTIFICATION
public static final String JSON_PROPERTY_ACCOUNT_IDENTIFICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountIdentification
public BankAccountIdentificationValidationRequest accountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)
-
getAccountIdentification
public BankAccountIdentificationValidationRequestAccountIdentification getAccountIdentification()
Get accountIdentification- Returns:
- accountIdentification
-
setAccountIdentification
public void setAccountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)
accountIdentification- Parameters:
accountIdentification-
-
equals
public boolean equals(Object o)
Return true if this BankAccountIdentificationValidationRequest object is equal to o.
-
fromJson
public static BankAccountIdentificationValidationRequest fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of BankAccountIdentificationValidationRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of BankAccountIdentificationValidationRequest
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to BankAccountIdentificationValidationRequest
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of BankAccountIdentificationValidationRequest to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-