Uses of Class
com.adyen.model.paymentsapp.PaymentsAppResponse
-
Packages that use PaymentsAppResponse Package Description com.adyen.model.paymentsapp com.adyen.service -
-
Uses of PaymentsAppResponse in com.adyen.model.paymentsapp
Methods in com.adyen.model.paymentsapp that return PaymentsAppResponse Modifier and Type Method Description PaymentsAppResponsePaymentsAppResponse. addPaymentsAppsItem(PaymentsAppDto paymentsAppsItem)static PaymentsAppResponsePaymentsAppResponse. fromJson(String jsonString)Create an instance of PaymentsAppResponse given an JSON stringPaymentsAppResponsePaymentsAppResponse. paymentsApps(List<PaymentsAppDto> paymentsApps)List of Payments Apps. -
Uses of PaymentsAppResponse in com.adyen.service
Methods in com.adyen.service that return PaymentsAppResponse Modifier and Type Method Description PaymentsAppResponsePaymentsAppApi. listPaymentsAppForMerchant(String merchantId)Get a list of Payments Apps - merchant levelPaymentsAppResponsePaymentsAppApi. listPaymentsAppForMerchant(String merchantId, String statuses, Integer limit, Long offset, RequestOptions requestOptions)Get a list of Payments Apps - merchant levelPaymentsAppResponsePaymentsAppApi. listPaymentsAppForStore(String merchantId, String storeId)Get a list of Payments Apps - store levelPaymentsAppResponsePaymentsAppApi. listPaymentsAppForStore(String merchantId, String storeId, String statuses, Integer limit, Long offset, RequestOptions requestOptions)Get a list of Payments Apps - store level
-