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)The list of merchant domains.static ApplePayInfoApplePayInfo. fromJson(String jsonString)Create an instance of ApplePayInfo given an JSON stringApplePayInfoPaymentMethod. getApplePay()applePayApplePayInfoPaymentMethodSetupInfo. getApplePay()applePayMethods in com.adyen.model.management with parameters of type ApplePayInfo Modifier and Type Method Description PaymentMethodPaymentMethod. applePay(ApplePayInfo applePay)applePayPaymentMethodSetupInfoPaymentMethodSetupInfo. applePay(ApplePayInfo applePay)applePayvoidPaymentMethod. setApplePay(ApplePayInfo applePay)applePayvoidPaymentMethodSetupInfo. setApplePay(ApplePayInfo applePay)applePay -
Uses of ApplePayInfo in com.adyen.service.management
Methods in com.adyen.service.management that return ApplePayInfo Modifier and Type Method Description ApplePayInfoPaymentMethodsMerchantLevelApi. getApplePayDomains(String merchantId, String paymentMethodId)Get Apple Pay domainsApplePayInfoPaymentMethodsMerchantLevelApi. getApplePayDomains(String merchantId, String paymentMethodId, RequestOptions requestOptions)Get Apple Pay domainsMethods in com.adyen.service.management with parameters of type ApplePayInfo Modifier and Type Method Description voidPaymentMethodsMerchantLevelApi. addApplePayDomain(String merchantId, String paymentMethodId, ApplePayInfo applePayInfo)Add an Apple Pay domainvoidPaymentMethodsMerchantLevelApi. addApplePayDomain(String merchantId, String paymentMethodId, ApplePayInfo applePayInfo, RequestOptions requestOptions)Add an Apple Pay domain
-