| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected StoredValueTransactionType |
StoredValueResult.storedValueTransactionType
The Stored value transaction.
|
protected StoredValueTransactionType |
StoredValueData.storedValueTransactionType
The Stored value transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static StoredValueTransactionType |
StoredValueTransactionType.fromValue(String v)
From value stored value transaction type.
|
StoredValueTransactionType |
StoredValueResult.getStoredValueTransactionType()
Gets the value of the storedValueTransactionType property.
|
StoredValueTransactionType |
StoredValueData.getStoredValueTransactionType()
Gets the value of the storedValueTransactionType property.
|
static StoredValueTransactionType |
StoredValueTransactionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StoredValueTransactionType[] |
StoredValueTransactionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StoredValueResult.setStoredValueTransactionType(StoredValueTransactionType value)
Sets the value of the storedValueTransactionType property.
|
void |
StoredValueData.setStoredValueTransactionType(StoredValueTransactionType value)
Sets the value of the storedValueTransactionType property.
|
Copyright © 2022. All rights reserved.