| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionActionType |
EnableServiceRequest.transactionAction
The Transaction action.
|
| Modifier and Type | Method and Description |
|---|---|
static TransactionActionType |
TransactionActionType.fromValue(String v)
From value transaction action type.
|
TransactionActionType |
EnableServiceRequest.getTransactionAction()
Gets the value of the transactionAction property.
|
static TransactionActionType |
TransactionActionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionActionType[] |
TransactionActionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnableServiceRequest.setTransactionAction(TransactionActionType value)
Sets the value of the transactionAction property.
|
Copyright © 2022. All rights reserved.