Uses of Class
model.ApplePaySessionRequest
Packages that use ApplePaySessionRequest
-
Uses of ApplePaySessionRequest in api
Methods in api with parameters of type ApplePaySessionRequestModifier and TypeMethodDescriptionPaymentInstrumentsApi.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 createApplePaySessionPaymentInstrumentsApi.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 ApplePaySessionRequestModifier and TypeMethodDescriptionApplePaySessionRequest.displayName(String displayName) static ApplePaySessionRequestCreate an instance of ApplePaySessionRequest given an JSON stringApplePaySessionRequest.merchantIdentity(String merchantIdentity) ApplePaySessionRequest.validationUrl(String validationUrl)