Package com.mypurecloud.sdk.v2.model
Class ApplePay
java.lang.Object
com.mypurecloud.sdk.v2.model.ApplePay
- All Implemented Interfaces:
Serializable
ApplePay
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets paymentCapabilitiesstatic enumGets or Sets supportedPaymentNetworks -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomainName(String domainName) The domain name associated with the merchant account.booleanfallbackUrl(String fallbackUrl) The url opened in a web browser if the customers device is unable to make payments using Apple Pay.inthashCode()merchantId(String merchantId) The stores merchant identifier.orderTrackingUrl(String orderTrackingUrl) The url called after completing the order to update the order information in your systempaymentCapabilities(List<ApplePay.PaymentCapabilitiesEnum> paymentCapabilities) The payment capabilities supported by the merchant.paymentCertificateCredentialId(String paymentCertificateCredentialId) The Genesys credentialId the payment certificates are stored under.paymentGatewayUrl(String paymentGatewayUrl) The url used to process payments.paymentMethodUpdateUrl(String paymentMethodUpdateUrl) The url called when the customer changes their payment method.voidsetDomainName(String domainName) voidsetFallbackUrl(String fallbackUrl) voidsetMerchantId(String merchantId) voidsetOrderTrackingUrl(String orderTrackingUrl) voidsetPaymentCapabilities(List<ApplePay.PaymentCapabilitiesEnum> paymentCapabilities) voidsetPaymentCertificateCredentialId(String paymentCertificateCredentialId) voidsetPaymentGatewayUrl(String paymentGatewayUrl) voidsetPaymentMethodUpdateUrl(String paymentMethodUpdateUrl) voidsetShippingContactUpdateUrl(String shippingContactUpdateUrl) voidsetShippingMethodUpdateUrl(String shippingMethodUpdateUrl) voidsetStoreName(String storeName) voidsetSupportedPaymentNetworks(List<ApplePay.SupportedPaymentNetworksEnum> supportedPaymentNetworks) shippingContactUpdateUrl(String shippingContactUpdateUrl) The url called when the customer changes their shipping address information.shippingMethodUpdateUrl(String shippingMethodUpdateUrl) The url called when the customer changes the shipping method.The name of the store.supportedPaymentNetworks(List<ApplePay.SupportedPaymentNetworksEnum> supportedPaymentNetworks) The payment networks supported by the merchant.toString()
-
Constructor Details
-
ApplePay
public ApplePay() -
ApplePay
-
-
Method Details
-
storeName
The name of the store. -
getStoreName
-
setStoreName
-
merchantId
The stores merchant identifier. -
getMerchantId
-
setMerchantId
-
domainName
The domain name associated with the merchant account. -
getDomainName
-
setDomainName
-
paymentCapabilities
The payment capabilities supported by the merchant. -
getPaymentCapabilities
-
setPaymentCapabilities
-
supportedPaymentNetworks
public ApplePay supportedPaymentNetworks(List<ApplePay.SupportedPaymentNetworksEnum> supportedPaymentNetworks) The payment networks supported by the merchant. -
getSupportedPaymentNetworks
-
setSupportedPaymentNetworks
public void setSupportedPaymentNetworks(List<ApplePay.SupportedPaymentNetworksEnum> supportedPaymentNetworks) -
paymentCertificateCredentialId
The Genesys credentialId the payment certificates are stored under. -
getPaymentCertificateCredentialId
-
setPaymentCertificateCredentialId
-
paymentGatewayUrl
The url used to process payments. -
getPaymentGatewayUrl
-
setPaymentGatewayUrl
-
fallbackUrl
The url opened in a web browser if the customers device is unable to make payments using Apple Pay. -
getFallbackUrl
-
setFallbackUrl
-
shippingMethodUpdateUrl
The url called when the customer changes the shipping method. -
getShippingMethodUpdateUrl
-
setShippingMethodUpdateUrl
-
shippingContactUpdateUrl
The url called when the customer changes their shipping address information. -
getShippingContactUpdateUrl
-
setShippingContactUpdateUrl
-
paymentMethodUpdateUrl
The url called when the customer changes their payment method. -
getPaymentMethodUpdateUrl
-
setPaymentMethodUpdateUrl
-
orderTrackingUrl
The url called after completing the order to update the order information in your system -
getOrderTrackingUrl
-
setOrderTrackingUrl
-
equals
-
hashCode
public int hashCode() -
toString
-