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