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