Uses of Class
com.adyen.model.management.ApplePayInfo
-
Packages that use ApplePayInfo Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ApplePayInfo in com.adyen.model.management
Methods in com.adyen.model.management that return ApplePayInfo Modifier and Type Method Description ApplePayInfoApplePayInfo. addDomainsItem(String domainsItem)ApplePayInfoApplePayInfo. domains(List<String> domains)static ApplePayInfoApplePayInfo. fromJson(String jsonString)Create an instance of ApplePayInfo given an JSON stringApplePayInfoPaymentMethod. getApplePay()Get applePayApplePayInfoPaymentMethodSetupInfo. getApplePay()Get applePayMethods in com.adyen.model.management with parameters of type ApplePayInfo Modifier and Type Method Description PaymentMethodPaymentMethod. applePay(ApplePayInfo applePay)PaymentMethodSetupInfoPaymentMethodSetupInfo. applePay(ApplePayInfo applePay)voidPaymentMethod. setApplePay(ApplePayInfo applePay)voidPaymentMethodSetupInfo. setApplePay(ApplePayInfo applePay) -
Uses of ApplePayInfo in com.adyen.service.management
Methods in com.adyen.service.management that return ApplePayInfo Modifier and Type Method Description ApplePayInfoPaymentMethodsMerchantLevel. getApplePayDomains(String merchantId, String paymentMethodId)Get Apple Pay domainsMethods in com.adyen.service.management with parameters of type ApplePayInfo Modifier and Type Method Description voidPaymentMethodsMerchantLevel. addApplePayDomain(String merchantId, String paymentMethodId, ApplePayInfo applePayInfo)Add an Apple Pay domain
-