Uses of Class
com.adyen.model.legalentitymanagement.NOLocalAccountIdentification.TypeEnum
-
Packages that use NOLocalAccountIdentification.TypeEnum Package Description com.adyen.model.legalentitymanagement -
-
Uses of NOLocalAccountIdentification.TypeEnum in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement 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.legalentitymanagement with parameters of type NOLocalAccountIdentification.TypeEnum Modifier and Type Method Description voidNOLocalAccountIdentification. setType(NOLocalAccountIdentification.TypeEnum type)**noLocal**NOLocalAccountIdentificationNOLocalAccountIdentification. type(NOLocalAccountIdentification.TypeEnum type)
-