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