Uses of Class
com.adyen.model.checkout.ApplePayDetails
-
Packages that use ApplePayDetails Package Description com.adyen.model.checkout -
-
Uses of ApplePayDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ApplePayDetails Modifier and Type Method Description ApplePayDetailsApplePayDetails. applePayToken(String applePayToken)ApplePayDetailsApplePayDetails. checkoutAttemptId(String checkoutAttemptId)static ApplePayDetailsApplePayDetails. fromJson(String jsonString)Create an instance of ApplePayDetails given an JSON stringApplePayDetailsApplePayDetails. fundingSource(ApplePayDetails.FundingSourceEnum fundingSource)ApplePayDetailsCheckoutPaymentMethod. getApplePayDetails()Get the actual instance of `ApplePayDetails`.ApplePayDetailsApplePayDetails. recurringDetailReference(String recurringDetailReference)Deprecated.ApplePayDetailsApplePayDetails. storedPaymentMethodId(String storedPaymentMethodId)ApplePayDetailsApplePayDetails. type(ApplePayDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type ApplePayDetails Constructor Description CheckoutPaymentMethod(ApplePayDetails o)
-