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