Uses of Class
com.adyen.model.checkout.ApplePaySessionResponse
-
Packages that use ApplePaySessionResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of ApplePaySessionResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ApplePaySessionResponse Modifier and Type Method Description ApplePaySessionResponseApplePaySessionResponse. data(String data)Base64 encoded data you need to [complete the Apple Pay merchant validation](https://docs.adyen.com/payment-methods/apple-pay/api-only?static ApplePaySessionResponseApplePaySessionResponse. fromJson(String jsonString)Create an instance of ApplePaySessionResponse given an JSON string -
Uses of ApplePaySessionResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return ApplePaySessionResponse Modifier and Type Method Description ApplePaySessionResponseUtilityApi. getApplePaySession(ApplePaySessionRequest applePaySessionRequest)Get an Apple Pay sessionApplePaySessionResponseUtilityApi. getApplePaySession(ApplePaySessionRequest applePaySessionRequest, RequestOptions requestOptions)Get an Apple Pay session
-