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