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