Uses of Class
com.adyen.model.nexo.LoyaltyUnitType
-
Packages that use LoyaltyUnitType Package Description com.adyen.model.nexo -
-
Uses of LoyaltyUnitType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyUnitType Modifier and Type Field Description protected LoyaltyUnitTypeLoyaltyAccountStatus. loyaltyUnitThe Loyalty unit.protected LoyaltyUnitTypeLoyaltyAmount. loyaltyUnitThe Loyalty unit.protected LoyaltyUnitTypeTransactionTotals. loyaltyUnitThe Loyalty unit.Methods in com.adyen.model.nexo that return LoyaltyUnitType Modifier and Type Method Description static LoyaltyUnitTypeLoyaltyUnitType. fromValue(String v)From value loyalty unit type.LoyaltyUnitTypeLoyaltyAccountStatus. getLoyaltyUnit()Gets the value of the loyaltyUnit property.LoyaltyUnitTypeLoyaltyAmount. getLoyaltyUnit()Gets the value of the loyaltyUnit property.LoyaltyUnitTypeTransactionTotals. getLoyaltyUnit()Gets the value of the loyaltyUnit property.static LoyaltyUnitTypeLoyaltyUnitType. 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.Methods in com.adyen.model.nexo with parameters of type LoyaltyUnitType Modifier and Type Method Description voidLoyaltyAccountStatus. setLoyaltyUnit(LoyaltyUnitType value)Sets the value of the loyaltyUnit property.voidLoyaltyAmount. setLoyaltyUnit(LoyaltyUnitType value)Sets the value of the loyaltyUnit property.voidTransactionTotals. setLoyaltyUnit(LoyaltyUnitType value)Sets the value of the loyaltyUnit property.
-