Uses of Class
com.adyen.model.management.KlarnaInfo.RegionEnum
-
Packages that use KlarnaInfo.RegionEnum Package Description com.adyen.model.management -
-
Uses of KlarnaInfo.RegionEnum in com.adyen.model.management
Methods in com.adyen.model.management that return KlarnaInfo.RegionEnum Modifier and Type Method Description static KlarnaInfo.RegionEnumKlarnaInfo.RegionEnum. fromValue(String value)KlarnaInfo.RegionEnumKlarnaInfo. getRegion()The region of operation.static KlarnaInfo.RegionEnumKlarnaInfo.RegionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KlarnaInfo.RegionEnum[]KlarnaInfo.RegionEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.management with parameters of type KlarnaInfo.RegionEnum Modifier and Type Method Description KlarnaInfoKlarnaInfo. region(KlarnaInfo.RegionEnum region)voidKlarnaInfo. setRegion(KlarnaInfo.RegionEnum region)The region of operation.
-