Uses of Class
model.ApplePaySession
Packages that use ApplePaySession
-
Uses of ApplePaySession in api
Methods in api that return ApplePaySessionModifier and TypeMethodDescriptionPaymentInstrumentsApi.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 ApplePaySessionModifier and TypeMethodDescriptionPaymentInstrumentsApi.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 ApplePaySessionModifier and TypeMethodDescriptionokhttp3.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 ApplePaySessionModifier and TypeMethodDescriptionApplePaySession.createdAt(OffsetDateTime createdAt) static ApplePaySessionCreate an instance of ApplePaySession given an JSON stringApplePaySession.links(DisputeEvidenceLinks links) ApplePaySession.sessionDetails(String sessionDetails) ApplePaySession.updatedAt(OffsetDateTime updatedAt)