Uses of Class
com.adyen.model.checkout.ApplePaySessionRequest
-
Packages that use ApplePaySessionRequest Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of ApplePaySessionRequest in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ApplePaySessionRequest Modifier and Type Method Description ApplePaySessionRequestApplePaySessionRequest. displayName(String displayName)ApplePaySessionRequestApplePaySessionRequest. domainName(String domainName)static ApplePaySessionRequestApplePaySessionRequest. fromJson(String jsonString)Create an instance of ApplePaySessionRequest given an JSON stringApplePaySessionRequestApplePaySessionRequest. merchantIdentifier(String merchantIdentifier) -
Uses of ApplePaySessionRequest in com.adyen.service.checkout
Methods in com.adyen.service.checkout with parameters of type ApplePaySessionRequest Modifier and Type Method Description ApplePaySessionResponseUtilityApi. getApplePaySession(ApplePaySessionRequest applePaySessionRequest)Get an Apple Pay sessionApplePaySessionResponseUtilityApi. getApplePaySession(ApplePaySessionRequest applePaySessionRequest, RequestOptions requestOptions)Get an Apple Pay session
-