Uses of Class
com.adyen.model.checkout.PayWithGoogleDonations
-
Packages that use PayWithGoogleDonations Package Description com.adyen.model.checkout -
-
Uses of PayWithGoogleDonations in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PayWithGoogleDonations Modifier and Type Method Description PayWithGoogleDonationsPayWithGoogleDonations. checkoutAttemptId(String checkoutAttemptId)static PayWithGoogleDonationsPayWithGoogleDonations. fromJson(String jsonString)Create an instance of PayWithGoogleDonations given an JSON stringPayWithGoogleDonationsPayWithGoogleDonations. fundingSource(PayWithGoogleDonations.FundingSourceEnum fundingSource)PayWithGoogleDonationsDonationPaymentMethod. getPayWithGoogleDonations()Get the actual instance of `PayWithGoogleDonations`.PayWithGoogleDonationsPayWithGoogleDonations. googlePayToken(String googlePayToken)PayWithGoogleDonationsPayWithGoogleDonations. recurringDetailReference(String recurringDetailReference)Deprecated.PayWithGoogleDonationsPayWithGoogleDonations. storedPaymentMethodId(String storedPaymentMethodId)PayWithGoogleDonationsPayWithGoogleDonations. threeDS2SdkVersion(String threeDS2SdkVersion)PayWithGoogleDonationsPayWithGoogleDonations. type(PayWithGoogleDonations.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type PayWithGoogleDonations Constructor Description DonationPaymentMethod(PayWithGoogleDonations o)
-