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