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