| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected ErrorConditionType |
Response.errorCondition
The Error condition.
|
protected ErrorConditionType |
TransactionTotals.errorCondition
The Error condition.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorConditionType |
ErrorConditionType.fromValue(String v)
From value error condition type.
|
ErrorConditionType |
Response.getErrorCondition()
Gets the value of the errorCondition property.
|
ErrorConditionType |
TransactionTotals.getErrorCondition()
Gets the value of the errorCondition property.
|
static ErrorConditionType |
ErrorConditionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Response.setErrorCondition(ErrorConditionType value)
Sets the value of the errorCondition property.
|
void |
TransactionTotals.setErrorCondition(ErrorConditionType value)
Sets the value of the errorCondition property.
|
Copyright © 2022. All rights reserved.