Uses of Class
com.mypurecloud.sdk.v2.model.ApplePay
Packages that use ApplePay
-
Uses of ApplePay in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ApplePayModifier and TypeMethodDescriptionApplePay.domainName(String domainName) The domain name associated with the merchant account.ApplePay.fallbackUrl(String fallbackUrl) The url opened in a web browser if the customers device is unable to make payments using Apple Pay.AppleIntegration.getApplePay()AppleIntegrationRequest.getApplePay()AppleIntegrationUpdateRequest.getApplePay()ApplePay.merchantId(String merchantId) The stores merchant identifier.ApplePay.orderTrackingUrl(String orderTrackingUrl) The url called after completing the order to update the order information in your systemApplePay.paymentCapabilities(List<ApplePay.PaymentCapabilitiesEnum> paymentCapabilities) The payment capabilities supported by the merchant.ApplePay.paymentCertificateCredentialId(String paymentCertificateCredentialId) The Genesys credentialId the payment certificates are stored under.ApplePay.paymentGatewayUrl(String paymentGatewayUrl) The url used to process payments.ApplePay.paymentMethodUpdateUrl(String paymentMethodUpdateUrl) The url called when the customer changes their payment method.ApplePay.shippingContactUpdateUrl(String shippingContactUpdateUrl) The url called when the customer changes their shipping address information.ApplePay.shippingMethodUpdateUrl(String shippingMethodUpdateUrl) The url called when the customer changes the shipping method.The name of the store.ApplePay.supportedPaymentNetworks(List<ApplePay.SupportedPaymentNetworksEnum> supportedPaymentNetworks) The payment networks supported by the merchant.Methods in com.mypurecloud.sdk.v2.model with parameters of type ApplePayModifier and TypeMethodDescriptionApple Pay settings.Apple Pay settings.Apple Pay settings.voidAppleIntegration.setApplePay(ApplePay applePay) voidAppleIntegrationRequest.setApplePay(ApplePay applePay) voidAppleIntegrationUpdateRequest.setApplePay(ApplePay applePay)