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