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