Uses of Enum Class
com.mypurecloud.sdk.v2.model.ApplePay.SupportedPaymentNetworksEnum
Packages that use ApplePay.SupportedPaymentNetworksEnum
-
Uses of ApplePay.SupportedPaymentNetworksEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ApplePay.SupportedPaymentNetworksEnumModifier and TypeMethodDescriptionApplePay.SupportedPaymentNetworksEnum.fromString(String key) Returns the enum constant of this class with the specified name.ApplePay.SupportedPaymentNetworksEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ApplePay.SupportedPaymentNetworksEnumMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ApplePay.SupportedPaymentNetworksEnumModifier and TypeMethodDescriptionvoidApplePay.setSupportedPaymentNetworks(List<ApplePay.SupportedPaymentNetworksEnum> supportedPaymentNetworks) ApplePay.supportedPaymentNetworks(List<ApplePay.SupportedPaymentNetworksEnum> supportedPaymentNetworks) The payment networks supported by the merchant.