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