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