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)This is the name that your shoppers will see in the Apple Pay interface.ApplePaySessionRequestApplePaySessionRequest. domainName(String domainName)The domain name you provided when you added Apple Pay in your Customer Area.static ApplePaySessionRequestApplePaySessionRequest. fromJson(String jsonString)Create an instance of ApplePaySessionRequest given an JSON stringApplePaySessionRequestApplePaySessionRequest. merchantIdentifier(String merchantIdentifier)Your merchant identifier registered with Apple Pay. -
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
-