Uses of Class
com.adyen.model.checkout.PaymentMethod.FundingSourceEnum
-
Packages that use PaymentMethod.FundingSourceEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentMethod.FundingSourceEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentMethod.FundingSourceEnum Modifier and Type Method Description static PaymentMethod.FundingSourceEnumPaymentMethod.FundingSourceEnum. fromValue(String value)PaymentMethod.FundingSourceEnumPaymentMethod. getFundingSource()The funding source of the payment method.static PaymentMethod.FundingSourceEnumPaymentMethod.FundingSourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentMethod.FundingSourceEnum[]PaymentMethod.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 PaymentMethod.FundingSourceEnum Modifier and Type Method Description PaymentMethodPaymentMethod. fundingSource(PaymentMethod.FundingSourceEnum fundingSource)voidPaymentMethod. setFundingSource(PaymentMethod.FundingSourceEnum fundingSource)The funding source of the payment method.
-