Uses of Class
com.adyen.model.management.KlarnaResponseInfo.RegionEnum
-
Packages that use KlarnaResponseInfo.RegionEnum Package Description com.adyen.model.management -
-
Uses of KlarnaResponseInfo.RegionEnum in com.adyen.model.management
Methods in com.adyen.model.management that return KlarnaResponseInfo.RegionEnum Modifier and Type Method Description static KlarnaResponseInfo.RegionEnumKlarnaResponseInfo.RegionEnum. fromValue(String value)KlarnaResponseInfo.RegionEnumKlarnaResponseInfo. getRegion()The region of operation.static KlarnaResponseInfo.RegionEnumKlarnaResponseInfo.RegionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static KlarnaResponseInfo.RegionEnum[]KlarnaResponseInfo.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 KlarnaResponseInfo.RegionEnum Modifier and Type Method Description KlarnaResponseInfoKlarnaResponseInfo. region(KlarnaResponseInfo.RegionEnum region)The region of operation.voidKlarnaResponseInfo. setRegion(KlarnaResponseInfo.RegionEnum region)The region of operation.
-