Package com.adyen.model.balanceplatform
Class SELocalAccountIdentification
- java.lang.Object
-
- com.adyen.model.balanceplatform.SELocalAccountIdentification
-
public class SELocalAccountIdentification extends Object
SELocalAccountIdentification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSELocalAccountIdentification.CustomTypeAdapterFactorystatic classSELocalAccountIdentification.TypeEnum**seLocal**
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ACCOUNT_NUMBERstatic StringSERIALIZED_NAME_CLEARING_NUMBERstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description SELocalAccountIdentification()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SELocalAccountIdentificationaccountNumber(String accountNumber)SELocalAccountIdentificationclearingNumber(String clearingNumber)booleanequals(Object o)static SELocalAccountIdentificationfromJson(String jsonString)Create an instance of SELocalAccountIdentification given an JSON stringStringgetAccountNumber()The 7- to 10-digit bank account number ([Bankkontonummer](https://sv.wikipedia.org/wiki/Bankkonto)), without the clearing number, separators, or whitespace.StringgetClearingNumber()The 4- to 5-digit clearing number ([Clearingnummer](https://sv.wikipedia.org/wiki/Clearingnummer)), without separators or whitespace.SELocalAccountIdentification.TypeEnumgetType()**seLocal**inthashCode()voidsetAccountNumber(String accountNumber)voidsetClearingNumber(String clearingNumber)voidsetType(SELocalAccountIdentification.TypeEnum type)StringtoJson()Convert an instance of SELocalAccountIdentification to an JSON stringStringtoString()SELocalAccountIdentificationtype(SELocalAccountIdentification.TypeEnum type)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj, boolean strictValidation)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_CLEARING_NUMBER
public static final String SERIALIZED_NAME_CLEARING_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 SELocalAccountIdentification accountNumber(String accountNumber)
-
getAccountNumber
public String getAccountNumber()
The 7- to 10-digit bank account number ([Bankkontonummer](https://sv.wikipedia.org/wiki/Bankkonto)), without the clearing number, separators, or whitespace.- Returns:
- accountNumber
-
setAccountNumber
public void setAccountNumber(String accountNumber)
-
clearingNumber
public SELocalAccountIdentification clearingNumber(String clearingNumber)
-
getClearingNumber
public String getClearingNumber()
The 4- to 5-digit clearing number ([Clearingnummer](https://sv.wikipedia.org/wiki/Clearingnummer)), without separators or whitespace.- Returns:
- clearingNumber
-
setClearingNumber
public void setClearingNumber(String clearingNumber)
-
type
public SELocalAccountIdentification type(SELocalAccountIdentification.TypeEnum type)
-
getType
public SELocalAccountIdentification.TypeEnum getType()
**seLocal**- Returns:
- type
-
setType
public void setType(SELocalAccountIdentification.TypeEnum type)
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOException- Throws:
IOException
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj, boolean strictValidation) throws IOExceptionValidates the JSON Object and throws an exception if issues found- Parameters:
jsonObj- JSON ObjectstrictValidation- reject (new) fields missing from the specifications- Throws:
IOException- if the JSON Object is invalid with respect to SELocalAccountIdentification
-
fromJson
public static SELocalAccountIdentification fromJson(String jsonString) throws IOException
Create an instance of SELocalAccountIdentification given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of SELocalAccountIdentification
- Throws:
IOException- if the JSON string is invalid with respect to SELocalAccountIdentification
-
toJson
public String toJson()
Convert an instance of SELocalAccountIdentification to an JSON string- Returns:
- JSON string
-
-