Uses of Class
com.adyen.model.checkout.CashAppDetails.TypeEnum
-
Packages that use CashAppDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of CashAppDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CashAppDetails.TypeEnum Modifier and Type Method Description static CashAppDetails.TypeEnumCashAppDetails.TypeEnum. fromValue(String value)CashAppDetails.TypeEnumCashAppDetails. getType()cashappstatic CashAppDetails.TypeEnumCashAppDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CashAppDetails.TypeEnum[]CashAppDetails.TypeEnum. 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 CashAppDetails.TypeEnum Modifier and Type Method Description voidCashAppDetails. setType(CashAppDetails.TypeEnum type)cashappCashAppDetailsCashAppDetails. type(CashAppDetails.TypeEnum type)cashapp
-