Uses of Class
com.adyen.model.checkout.ApplePayDonations
-
Packages that use ApplePayDonations Package Description com.adyen.model.checkout -
-
Uses of ApplePayDonations in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return ApplePayDonations Modifier and Type Method Description ApplePayDonationsApplePayDonations. applePayToken(String applePayToken)The stringified and base64 encoded `paymentData` you retrieved from the Apple framework.ApplePayDonationsApplePayDonations. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static ApplePayDonationsApplePayDonations. fromJson(String jsonString)Create an instance of ApplePayDonations given an JSON stringApplePayDonationsApplePayDonations. fundingSource(ApplePayDonations.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.ApplePayDonationsDonationPaymentMethod. getApplePayDonations()Get the actual instance of `ApplePayDonations`.ApplePayDonationsApplePayDonations. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.ApplePayDonationsApplePayDonations. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.ApplePayDonationsApplePayDonations. type(ApplePayDonations.TypeEnum type)**applepay**Constructors in com.adyen.model.checkout with parameters of type ApplePayDonations Constructor Description DonationPaymentMethod(ApplePayDonations o)
-