Package com.adyen.model.transfers
Class HULocalAccountIdentification
- java.lang.Object
-
- com.adyen.model.transfers.HULocalAccountIdentification
-
public class HULocalAccountIdentification extends Object
HULocalAccountIdentification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHULocalAccountIdentification.CustomTypeAdapterFactorystatic classHULocalAccountIdentification.TypeEnum**huLocal**
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ACCOUNT_NUMBERstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description HULocalAccountIdentification()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description HULocalAccountIdentificationaccountNumber(String accountNumber)booleanequals(Object o)static HULocalAccountIdentificationfromJson(String jsonString)Create an instance of HULocalAccountIdentification given an JSON stringStringgetAccountNumber()The 24-digit bank account number, without separators or whitespace.HULocalAccountIdentification.TypeEnumgetType()**huLocal**inthashCode()voidsetAccountNumber(String accountNumber)voidsetType(HULocalAccountIdentification.TypeEnum type)StringtoJson()Convert an instance of HULocalAccountIdentification to an JSON stringStringtoString()HULocalAccountIdentificationtype(HULocalAccountIdentification.TypeEnum type)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_ACCOUNT_NUMBER
public static final String SERIALIZED_NAME_ACCOUNT_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountNumber
public HULocalAccountIdentification accountNumber(String accountNumber)
-
getAccountNumber
public String getAccountNumber()
The 24-digit bank account number, without separators or whitespace.- Returns:
- accountNumber
-
setAccountNumber
public void setAccountNumber(String accountNumber)
-
type
public HULocalAccountIdentification type(HULocalAccountIdentification.TypeEnum type)
-
getType
public HULocalAccountIdentification.TypeEnum getType()
**huLocal**- Returns:
- type
-
setType
public void setType(HULocalAccountIdentification.TypeEnum type)
-
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 HULocalAccountIdentification
-
fromJson
public static HULocalAccountIdentification fromJson(String jsonString) throws IOException
Create an instance of HULocalAccountIdentification given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of HULocalAccountIdentification
- Throws:
IOException- if the JSON string is invalid with respect to HULocalAccountIdentification
-
toJson
public String toJson()
Convert an instance of HULocalAccountIdentification to an JSON string- Returns:
- JSON string
-
-