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)The stringified and base64 encoded `paymentData` you retrieved from the Apple framework.ApplePayDetailsApplePayDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static ApplePayDetailsApplePayDetails. fromJson(String jsonString)Create an instance of ApplePayDetails given an JSON stringApplePayDetailsApplePayDetails. fundingSource(ApplePayDetails.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.ApplePayDetailsCheckoutPaymentMethod. getApplePayDetails()Get the actual instance of `ApplePayDetails`.ApplePayDetailsApplePayDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.ApplePayDetailsApplePayDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.ApplePayDetailsApplePayDetails. type(ApplePayDetails.TypeEnum type)**applepay**Constructors in com.adyen.model.checkout with parameters of type ApplePayDetails Constructor Description CheckoutPaymentMethod(ApplePayDetails o)
-