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