Uses of Class
com.adyen.model.management.JCBInfo.ServiceLevelEnum
-
Packages that use JCBInfo.ServiceLevelEnum Package Description com.adyen.model.management -
-
Uses of JCBInfo.ServiceLevelEnum in com.adyen.model.management
Methods in com.adyen.model.management that return JCBInfo.ServiceLevelEnum Modifier and Type Method Description static JCBInfo.ServiceLevelEnumJCBInfo.ServiceLevelEnum. fromValue(String value)JCBInfo.ServiceLevelEnumJCBInfo. getServiceLevel()Specifies the service level (settlement type) of this payment method.static JCBInfo.ServiceLevelEnumJCBInfo.ServiceLevelEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static JCBInfo.ServiceLevelEnum[]JCBInfo.ServiceLevelEnum. 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 JCBInfo.ServiceLevelEnum Modifier and Type Method Description JCBInfoJCBInfo. serviceLevel(JCBInfo.ServiceLevelEnum serviceLevel)Specifies the service level (settlement type) of this payment method.voidJCBInfo. setServiceLevel(JCBInfo.ServiceLevelEnum serviceLevel)Specifies the service level (settlement type) of this payment method.
-