Uses of Class
com.adyen.model.checkout.CardDonations.TypeEnum
-
Packages that use CardDonations.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of CardDonations.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CardDonations.TypeEnum Modifier and Type Method Description static CardDonations.TypeEnumCardDonations.TypeEnum. fromValue(String value)CardDonations.TypeEnumCardDonations. getType()Default payment method details.static CardDonations.TypeEnumCardDonations.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CardDonations.TypeEnum[]CardDonations.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 CardDonations.TypeEnum Modifier and Type Method Description voidCardDonations. setType(CardDonations.TypeEnum type)Default payment method details.CardDonationsCardDonations. type(CardDonations.TypeEnum type)Default payment method details.
-