Uses of Class
com.adyen.model.clouddevice.CloudDeviceApiAsyncResponse
-
Packages that use CloudDeviceApiAsyncResponse Package Description com.adyen.model.clouddevice com.adyen.service.clouddevice -
-
Uses of CloudDeviceApiAsyncResponse in com.adyen.model.clouddevice
Methods in com.adyen.model.clouddevice that return CloudDeviceApiAsyncResponse Modifier and Type Method Description static CloudDeviceApiAsyncResponseCloudDeviceApiAsyncResponse. fromJson(String jsonString)Create an instance of CloudDeviceApiAsyncResponse given an JSON string -
Uses of CloudDeviceApiAsyncResponse in com.adyen.service.clouddevice
Methods in com.adyen.service.clouddevice that return CloudDeviceApiAsyncResponse Modifier and Type Method Description CloudDeviceApiAsyncResponseCloudDeviceApi. async(String merchantAccount, String deviceId, CloudDeviceApiRequest cloudDeviceApiRequest)Send an asynchronous payment request.CloudDeviceApiAsyncResponseEncryptedCloudDeviceApi. async(String merchantAccount, String deviceId, CloudDeviceApiRequest cloudDeviceApiRequest)Send an asynchronous encrypted request.
-