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