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