| Package | Description |
|---|---|
| com.adyen.model.nexo |
| Modifier and Type | Field and Description |
|---|---|
protected StoredValueTransactionType |
StoredValueResult.storedValueTransaction
The Stored value transaction.
|
protected StoredValueTransactionType |
StoredValueData.storedValueTransaction
The Stored value transaction.
|
| Modifier and Type | Method and Description |
|---|---|
static StoredValueTransactionType |
StoredValueTransactionType.fromValue(String v)
From value stored value transaction type.
|
StoredValueTransactionType |
StoredValueResult.getStoredValueTransaction()
Gets the value of the storedValueTransaction property.
|
StoredValueTransactionType |
StoredValueData.getStoredValueTransaction()
Gets the value of the storedValueTransaction 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.setStoredValueTransaction(StoredValueTransactionType value)
Sets the value of the storedValueTransaction property.
|
void |
StoredValueData.setStoredValueTransaction(StoredValueTransactionType value)
Sets the value of the storedValueTransaction property.
|
Copyright © 2019. All rights reserved.