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.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)The bank account type.voidCALocalAccountIdentification. setAccountType(CALocalAccountIdentification.AccountTypeEnum accountType)The bank account type.
-