Uses of Class
com.adyen.model.configurationwebhooks.UKLocalAccountIdentification.TypeEnum
-
Packages that use UKLocalAccountIdentification.TypeEnum Package Description com.adyen.model.configurationwebhooks -
-
Uses of UKLocalAccountIdentification.TypeEnum in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return UKLocalAccountIdentification.TypeEnum Modifier and Type Method Description static UKLocalAccountIdentification.TypeEnumUKLocalAccountIdentification.TypeEnum. fromValue(String value)UKLocalAccountIdentification.TypeEnumUKLocalAccountIdentification. getType()**ukLocal**static UKLocalAccountIdentification.TypeEnumUKLocalAccountIdentification.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static UKLocalAccountIdentification.TypeEnum[]UKLocalAccountIdentification.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.configurationwebhooks with parameters of type UKLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidUKLocalAccountIdentification. setType(UKLocalAccountIdentification.TypeEnum type)**ukLocal**UKLocalAccountIdentificationUKLocalAccountIdentification. type(UKLocalAccountIdentification.TypeEnum type)
-