Uses of Class
com.adyen.model.checkout.FundRecipient.WalletPurposeEnum
-
Packages that use FundRecipient.WalletPurposeEnum Package Description com.adyen.model.checkout -
-
Uses of FundRecipient.WalletPurposeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return FundRecipient.WalletPurposeEnum Modifier and Type Method Description static FundRecipient.WalletPurposeEnumFundRecipient.WalletPurposeEnum. fromValue(String value)FundRecipient.WalletPurposeEnumFundRecipient. getWalletPurpose()The purpose of a digital wallet transaction.static FundRecipient.WalletPurposeEnumFundRecipient.WalletPurposeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FundRecipient.WalletPurposeEnum[]FundRecipient.WalletPurposeEnum. 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 FundRecipient.WalletPurposeEnum Modifier and Type Method Description voidFundRecipient. setWalletPurpose(FundRecipient.WalletPurposeEnum walletPurpose)The purpose of a digital wallet transaction.FundRecipientFundRecipient. walletPurpose(FundRecipient.WalletPurposeEnum walletPurpose)The purpose of a digital wallet transaction.
-