Uses of Class
com.adyen.model.nexo.LoyaltyTransactionType
-
Packages that use LoyaltyTransactionType Package Description com.adyen.model.nexo -
-
Uses of LoyaltyTransactionType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyTransactionType Modifier and Type Field Description protected LoyaltyTransactionTypeLoyaltyTransaction. loyaltyTransactionTypeThe Loyalty transaction.Methods in com.adyen.model.nexo that return LoyaltyTransactionType Modifier and Type Method Description static LoyaltyTransactionTypeLoyaltyTransactionType. fromValue(String v)From value loyalty transaction type.LoyaltyTransactionTypeLoyaltyTransaction. getLoyaltyTransactionType()Gets the value of the loyaltyTransactionType property.static LoyaltyTransactionTypeLoyaltyTransactionType. 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.Methods in com.adyen.model.nexo with parameters of type LoyaltyTransactionType Modifier and Type Method Description voidLoyaltyTransaction. setLoyaltyTransactionType(LoyaltyTransactionType value)Sets the value of the loyaltyTransactionType property.
-