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