Uses of Class
com.adyen.model.checkout.CardDonations.FundingSourceEnum
-
Packages that use CardDonations.FundingSourceEnum Package Description com.adyen.model.checkout -
-
Uses of CardDonations.FundingSourceEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CardDonations.FundingSourceEnum Modifier and Type Method Description static CardDonations.FundingSourceEnumCardDonations.FundingSourceEnum. fromValue(String value)CardDonations.FundingSourceEnumCardDonations. getFundingSource()The funding source that should be used when multiple sources are available.static CardDonations.FundingSourceEnumCardDonations.FundingSourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CardDonations.FundingSourceEnum[]CardDonations.FundingSourceEnum. 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.FundingSourceEnum Modifier and Type Method Description CardDonationsCardDonations. fundingSource(CardDonations.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.voidCardDonations. setFundingSource(CardDonations.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.
-