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