Uses of Class
com.adyen.model.nexo.LoyaltyHandlingType
-
Packages that use LoyaltyHandlingType Package Description com.adyen.model.nexo -
-
Uses of LoyaltyHandlingType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyHandlingType Modifier and Type Field Description protected LoyaltyHandlingTypeCardAcquisitionTransaction. loyaltyHandlingThe Loyalty handling.protected LoyaltyHandlingTypeTransactionConditions. loyaltyHandlingThe Loyalty handling.Methods in com.adyen.model.nexo that return LoyaltyHandlingType Modifier and Type Method Description static LoyaltyHandlingTypeLoyaltyHandlingType. fromValue(String v)From value loyalty handling type.LoyaltyHandlingTypeCardAcquisitionTransaction. getLoyaltyHandling()Gets the value of the loyaltyHandling property.LoyaltyHandlingTypeTransactionConditions. getLoyaltyHandling()Gets the value of the loyaltyHandling property.static LoyaltyHandlingTypeLoyaltyHandlingType. 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.Methods in com.adyen.model.nexo with parameters of type LoyaltyHandlingType Modifier and Type Method Description voidCardAcquisitionTransaction. setLoyaltyHandling(LoyaltyHandlingType value)Sets the value of the loyaltyHandling property.voidTransactionConditions. setLoyaltyHandling(LoyaltyHandlingType value)Sets the value of the loyaltyHandling property.
-