Uses of Class
com.adyen.model.payment.PaymentRequest.FundingSourceEnum
-
Packages that use PaymentRequest.FundingSourceEnum Package Description com.adyen.model.payment -
-
Uses of PaymentRequest.FundingSourceEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return PaymentRequest.FundingSourceEnum Modifier and Type Method Description static PaymentRequest.FundingSourceEnumPaymentRequest.FundingSourceEnum. fromValue(String value)PaymentRequest.FundingSourceEnumPaymentRequest. getFundingSource()The funding source that should be used when multiple sources are available.static PaymentRequest.FundingSourceEnumPaymentRequest.FundingSourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentRequest.FundingSourceEnum[]PaymentRequest.FundingSourceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payment with parameters of type PaymentRequest.FundingSourceEnum Modifier and Type Method Description PaymentRequestPaymentRequest. fundingSource(PaymentRequest.FundingSourceEnum fundingSource)voidPaymentRequest. setFundingSource(PaymentRequest.FundingSourceEnum fundingSource)The funding source that should be used when multiple sources are available.
-