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