Uses of Class
com.adyen.model.management.ReprocessAndroidAppResponse
-
Packages that use ReprocessAndroidAppResponse Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ReprocessAndroidAppResponse in com.adyen.model.management
Methods in com.adyen.model.management that return ReprocessAndroidAppResponse Modifier and Type Method Description static ReprocessAndroidAppResponseReprocessAndroidAppResponse. fromJson(String jsonString)Create an instance of ReprocessAndroidAppResponse given an JSON stringReprocessAndroidAppResponseReprocessAndroidAppResponse. message(String message) -
Uses of ReprocessAndroidAppResponse in com.adyen.service.management
Methods in com.adyen.service.management that return ReprocessAndroidAppResponse Modifier and Type Method Description ReprocessAndroidAppResponseAndroidFilesCompanyLevelApi. reprocessAndroidApp(String companyId, String id)Reprocess Android AppReprocessAndroidAppResponseAndroidFilesCompanyLevelApi. reprocessAndroidApp(String companyId, String id, RequestOptions requestOptions)Reprocess Android App
-