Uses of Class
model.ApplePaySessionRequest
-
Packages that use ApplePaySessionRequest Package Description api model -
-
Uses of ApplePaySessionRequest in api
Methods in api with parameters of type ApplePaySessionRequest Modifier and Type Method Description ApplePaySessionPaymentInstrumentsApi. createApplePaySession(ApplePaySessionRequest applePaySessionRequest)Create an Apple Pay Session Create an `apple_pay_session` to process Apple Pay transactions on the web.okhttp3.CallPaymentInstrumentsApi. createApplePaySessionAsync(ApplePaySessionRequest applePaySessionRequest, ApiCallback<ApplePaySession> _callback)Create an Apple Pay Session (asynchronously) Create an `apple_pay_session` to process Apple Pay transactions on the web.okhttp3.CallPaymentInstrumentsApi. createApplePaySessionCall(ApplePaySessionRequest applePaySessionRequest, ApiCallback _callback)Build call for createApplePaySessionApiResponse<ApplePaySession>PaymentInstrumentsApi. createApplePaySessionWithHttpInfo(ApplePaySessionRequest applePaySessionRequest)Create an Apple Pay Session Create an `apple_pay_session` to process Apple Pay transactions on the web. -
Uses of ApplePaySessionRequest in model
Methods in model that return ApplePaySessionRequest Modifier and Type Method Description ApplePaySessionRequestApplePaySessionRequest. displayName(String displayName)ApplePaySessionRequestApplePaySessionRequest. domain(String domain)static ApplePaySessionRequestApplePaySessionRequest. fromJson(String jsonString)Create an instance of ApplePaySessionRequest given an JSON stringApplePaySessionRequestApplePaySessionRequest. merchantIdentity(String merchantIdentity)ApplePaySessionRequestApplePaySessionRequest. validationUrl(String validationUrl)
-