Uses of Class
com.adyen.model.management.AccelInfo.ProcessingTypeEnum
-
Packages that use AccelInfo.ProcessingTypeEnum Package Description com.adyen.model.management -
-
Uses of AccelInfo.ProcessingTypeEnum in com.adyen.model.management
Methods in com.adyen.model.management that return AccelInfo.ProcessingTypeEnum Modifier and Type Method Description static AccelInfo.ProcessingTypeEnumAccelInfo.ProcessingTypeEnum. fromValue(String value)AccelInfo.ProcessingTypeEnumAccelInfo. getProcessingType()The type of transactions processed over this payment method.static AccelInfo.ProcessingTypeEnumAccelInfo.ProcessingTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static AccelInfo.ProcessingTypeEnum[]AccelInfo.ProcessingTypeEnum. 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 AccelInfo.ProcessingTypeEnum Modifier and Type Method Description AccelInfoAccelInfo. processingType(AccelInfo.ProcessingTypeEnum processingType)The type of transactions processed over this payment method.voidAccelInfo. setProcessingType(AccelInfo.ProcessingTypeEnum processingType)The type of transactions processed over this payment method.
-