Uses of Class
com.adyen.model.management.ApplePayResponseInfo
-
Packages that use ApplePayResponseInfo Package Description com.adyen.model.management com.adyen.service.management -
-
Uses of ApplePayResponseInfo in com.adyen.model.management
Methods in com.adyen.model.management that return ApplePayResponseInfo Modifier and Type Method Description ApplePayResponseInfoApplePayResponseInfo. addDomainsItem(String domainsItem)ApplePayResponseInfoApplePayResponseInfo. domains(List<String> domains)The list of merchant domains.static ApplePayResponseInfoApplePayResponseInfo. fromJson(String jsonString)Create an instance of ApplePayResponseInfo given an JSON stringApplePayResponseInfoPaymentMethod. getApplePay()Get applePayApplePayResponseInfoApplePayResponseInfo. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.Methods in com.adyen.model.management with parameters of type ApplePayResponseInfo Modifier and Type Method Description PaymentMethodPaymentMethod. applePay(ApplePayResponseInfo applePay)applePayvoidPaymentMethod. setApplePay(ApplePayResponseInfo applePay)applePay -
Uses of ApplePayResponseInfo in com.adyen.service.management
Methods in com.adyen.service.management that return ApplePayResponseInfo Modifier and Type Method Description ApplePayResponseInfoPaymentMethodsMerchantLevelApi. getApplePayDomains(String merchantId, String paymentMethodId)Get Apple Pay domainsApplePayResponseInfoPaymentMethodsMerchantLevelApi. getApplePayDomains(String merchantId, String paymentMethodId, RequestOptions requestOptions)Get Apple Pay domains
-