Uses of Class
com.adyen.model.nexo.ErrorConditionType
-
Packages that use ErrorConditionType Package Description com.adyen.model.nexo -
-
Uses of ErrorConditionType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ErrorConditionType Modifier and Type Field Description protected ErrorConditionTypeResponse. errorConditionThe Error condition.protected ErrorConditionTypeTransactionTotals. errorConditionThe Error condition.Methods in com.adyen.model.nexo that return ErrorConditionType Modifier and Type Method Description static ErrorConditionTypeErrorConditionType. fromValue(String v)From value error condition type.ErrorConditionTypeResponse. getErrorCondition()Gets the value of the errorCondition property.ErrorConditionTypeTransactionTotals. getErrorCondition()Gets the value of the errorCondition property.static ErrorConditionTypeErrorConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorConditionType[]ErrorConditionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type ErrorConditionType Modifier and Type Method Description voidResponse. setErrorCondition(ErrorConditionType value)Sets the value of the errorCondition property.voidTransactionTotals. setErrorCondition(ErrorConditionType value)Sets the value of the errorCondition property.
-