Uses of Class
com.adyen.model.transferwebhooks.AULocalAccountIdentification.TypeEnum
-
Packages that use AULocalAccountIdentification.TypeEnum Package Description com.adyen.model.transferwebhooks -
-
Uses of AULocalAccountIdentification.TypeEnum in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return AULocalAccountIdentification.TypeEnum Modifier and Type Method Description static AULocalAccountIdentification.TypeEnumAULocalAccountIdentification.TypeEnum. fromValue(String value)AULocalAccountIdentification.TypeEnumAULocalAccountIdentification. getType()**auLocal**static AULocalAccountIdentification.TypeEnumAULocalAccountIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AULocalAccountIdentification.TypeEnum[]AULocalAccountIdentification.TypeEnum. 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 AULocalAccountIdentification.TypeEnum Modifier and Type Method Description voidAULocalAccountIdentification. setType(AULocalAccountIdentification.TypeEnum type)**auLocal**AULocalAccountIdentificationAULocalAccountIdentification. type(AULocalAccountIdentification.TypeEnum type)
-