Uses of Class
com.adyen.model.checkout.GooglePayDonations.TypeEnum
-
Packages that use GooglePayDonations.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of GooglePayDonations.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return GooglePayDonations.TypeEnum Modifier and Type Method Description static GooglePayDonations.TypeEnumGooglePayDonations.TypeEnum. fromValue(String value)GooglePayDonations.TypeEnumGooglePayDonations. getType()**googlepay**, **paywithgoogle**static GooglePayDonations.TypeEnumGooglePayDonations.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GooglePayDonations.TypeEnum[]GooglePayDonations.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type GooglePayDonations.TypeEnum Modifier and Type Method Description voidGooglePayDonations. setType(GooglePayDonations.TypeEnum type)**googlepay**, **paywithgoogle**GooglePayDonationsGooglePayDonations. type(GooglePayDonations.TypeEnum type)
-