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