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 stringApplePayInfoPaymentMethodSetupInfo. getApplePay()Get applePayApplePayInfoApplePayInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management with parameters of type ApplePayInfo Modifier and Type Method Description PaymentMethodSetupInfoPaymentMethodSetupInfo. applePay(ApplePayInfo applePay)applePayvoidPaymentMethodSetupInfo. setApplePay(ApplePayInfo applePay)applePay -
Uses of ApplePayInfo in com.adyen.service.management
Methods 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
-