Uses of Class
com.adyen.model.checkout.CardDetails.TypeEnum
-
Packages that use CardDetails.TypeEnum Package Description com.adyen.model.checkout -
-
Uses of CardDetails.TypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return CardDetails.TypeEnum Modifier and Type Method Description static CardDetails.TypeEnumCardDetails.TypeEnum. fromValue(String value)CardDetails.TypeEnumCardDetails. getType()Default payment method details.static CardDetails.TypeEnumCardDetails.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CardDetails.TypeEnum[]CardDetails.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 CardDetails.TypeEnum Modifier and Type Method Description voidCardDetails. setType(CardDetails.TypeEnum type)Default payment method details.CardDetailsCardDetails. type(CardDetails.TypeEnum type)
-