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