Uses of Class
com.adyen.model.checkout.ApplePaySessionResponse
-
Packages that use ApplePaySessionResponse Package Description com.adyen.model.checkout com.adyen.service -
-
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)static ApplePaySessionResponseApplePaySessionResponse. fromJson(String jsonString)Create an instance of ApplePaySessionResponse given an JSON string -
Uses of ApplePaySessionResponse in com.adyen.service
Methods in com.adyen.service that return ApplePaySessionResponse Modifier and Type Method Description ApplePaySessionResponseCheckout. applePaySessions(CreateApplePaySessionRequest createApplePaySessionRequest)POST /applePay/sessionsApplePaySessionResponseCheckout. applePaySessions(CreateApplePaySessionRequest createApplePaySessionRequest, RequestOptions requestOptions)
-