Uses of Class
com.adyen.model.checkout.details.PayWithGoogleDetails.FundingSourceEnum
-
Packages that use PayWithGoogleDetails.FundingSourceEnum Package Description com.adyen.model.checkout.details -
-
Uses of PayWithGoogleDetails.FundingSourceEnum in com.adyen.model.checkout.details
Methods in com.adyen.model.checkout.details that return PayWithGoogleDetails.FundingSourceEnum Modifier and Type Method Description static PayWithGoogleDetails.FundingSourceEnumPayWithGoogleDetails.FundingSourceEnum. fromValue(String text)PayWithGoogleDetails.FundingSourceEnumPayWithGoogleDetails. getFundingSource()The funding source that should be used when multiple sources are available.PayWithGoogleDetails.FundingSourceEnumPayWithGoogleDetails.FundingSourceEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.details with parameters of type PayWithGoogleDetails.FundingSourceEnum Modifier and Type Method Description PayWithGoogleDetailsPayWithGoogleDetails. fundingSource(PayWithGoogleDetails.FundingSourceEnum fundingSource)voidPayWithGoogleDetails. setFundingSource(PayWithGoogleDetails.FundingSourceEnum fundingSource)voidPayWithGoogleDetails.FundingSourceEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PayWithGoogleDetails.FundingSourceEnum enumeration)
-