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