Uses of Class
model.ApplePaySession
-
Packages that use ApplePaySession Package Description api model -
-
Uses of ApplePaySession in api
Methods in api that return ApplePaySession 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.Methods in api that return types with arguments of type ApplePaySession Modifier and Type Method Description ApiResponse<ApplePaySession>PaymentInstrumentsApi. createApplePaySessionWithHttpInfo(ApplePaySessionRequest applePaySessionRequest)Create an Apple Pay Session Create an `apple_pay_session` to process Apple Pay transactions on the web.Method parameters in api with type arguments of type ApplePaySession Modifier and Type Method Description 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. -
Uses of ApplePaySession in model
Methods in model that return ApplePaySession Modifier and Type Method Description ApplePaySessionApplePaySession. createdAt(OffsetDateTime createdAt)static ApplePaySessionApplePaySession. fromJson(String jsonString)Create an instance of ApplePaySession given an JSON stringApplePaySessionApplePaySession. id(String id)ApplePaySessionApplePaySession. links(DisputeEvidenceLinks links)ApplePaySessionApplePaySession. sessionDetails(String sessionDetails)ApplePaySessionApplePaySession. updatedAt(OffsetDateTime updatedAt)
-