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