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