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