Uses of Class
com.adyen.model.transferwebhooks.CALocalAccountIdentification.AccountTypeEnum
-
Packages that use CALocalAccountIdentification.AccountTypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of CALocalAccountIdentification.AccountTypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return CALocalAccountIdentification.AccountTypeEnum Modifier and Type Method Description static CALocalAccountIdentification.AccountTypeEnumCALocalAccountIdentification.AccountTypeEnum. fromValue(String value)CALocalAccountIdentification.AccountTypeEnumCALocalAccountIdentification. getAccountType()The bank account type.CALocalAccountIdentification.AccountTypeEnumCALocalAccountIdentification.AccountTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CALocalAccountIdentification.AccountTypeEnumCALocalAccountIdentification.AccountTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CALocalAccountIdentification.AccountTypeEnum[]CALocalAccountIdentification.AccountTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.transferwebhooks with parameters of type CALocalAccountIdentification.AccountTypeEnum Modifier and Type Method Description CALocalAccountIdentificationCALocalAccountIdentification. accountType(CALocalAccountIdentification.AccountTypeEnum accountType)voidCALocalAccountIdentification. setAccountType(CALocalAccountIdentification.AccountTypeEnum accountType)voidCALocalAccountIdentification.AccountTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CALocalAccountIdentification.AccountTypeEnum enumeration)
-