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