Uses of Class
com.adyen.model.marketpayconfiguration.GenericResponse
-
Packages that use GenericResponse Package Description com.adyen.model.marketpayconfiguration com.adyen.service.classicplatforms -
-
Uses of GenericResponse in com.adyen.model.marketpayconfiguration
Methods in com.adyen.model.marketpayconfiguration that return GenericResponse Modifier and Type Method Description GenericResponseGenericResponse. addInvalidFieldsItem(ErrorFieldType invalidFieldsItem)static GenericResponseGenericResponse. fromJson(String jsonString)Create an instance of GenericResponse given an JSON stringGenericResponseGenericResponse. invalidFields(List<ErrorFieldType> invalidFields)GenericResponseGenericResponse. pspReference(String pspReference)GenericResponseGenericResponse. resultCode(String resultCode) -
Uses of GenericResponse in com.adyen.service.classicplatforms
Methods in com.adyen.service.classicplatforms that return GenericResponse Modifier and Type Method Description GenericResponseClassicPlatformConfigurationApi. deleteNotificationConfigurations(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest)Delete a notification subscription configurationGenericResponseClassicPlatformConfigurationApi. deleteNotificationConfigurations(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest, RequestOptions requestOptions)Delete a notification subscription configuration
-