| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected ReversalReasonType |
ReversalRequest.reversalReason
The Reversal reason.
|
| Modifier and Type | Method and Description |
|---|---|
static ReversalReasonType |
ReversalReasonType.fromValue(String v)
From value reversal reason type.
|
ReversalReasonType |
ReversalRequest.getReversalReason()
Gets the value of the reversalReason property.
|
static ReversalReasonType |
ReversalReasonType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReversalReasonType[] |
ReversalReasonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReversalRequest.setReversalReason(ReversalReasonType value)
Sets the value of the reversalReason property.
|
Copyright © 2022. All rights reserved.