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