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