Uses of Class
com.adyen.model.AbstractPaymentRequest.FundingSourceEnum
-
Packages that use AbstractPaymentRequest.FundingSourceEnum Package Description com.adyen.model -
-
Uses of AbstractPaymentRequest.FundingSourceEnum in com.adyen.model
Methods in com.adyen.model that return AbstractPaymentRequest.FundingSourceEnum Modifier and Type Method Description AbstractPaymentRequest.FundingSourceEnumAbstractPaymentRequest. getFundingSource()How to process a combo card (for some Brazilian cards only).static AbstractPaymentRequest.FundingSourceEnumAbstractPaymentRequest.FundingSourceEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractPaymentRequest.FundingSourceEnum[]AbstractPaymentRequest.FundingSourceEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type AbstractPaymentRequest.FundingSourceEnum Modifier and Type Method Description TAbstractPaymentRequest. fundingSource(AbstractPaymentRequest.FundingSourceEnum fundingSource)voidAbstractPaymentRequest. setFundingSource(AbstractPaymentRequest.FundingSourceEnum fundingSource)
-