Uses of Class
com.adyen.model.nexo.LoyaltyTransaction
-
Packages that use LoyaltyTransaction Package Description com.adyen.model.nexo -
-
Uses of LoyaltyTransaction in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyTransaction Modifier and Type Field Description protected LoyaltyTransactionLoyaltyRequest. loyaltyTransactionThe Loyalty transaction.Methods in com.adyen.model.nexo that return LoyaltyTransaction Modifier and Type Method Description LoyaltyTransactionObjectFactory. createLoyaltyTransaction()Create an instance ofLoyaltyTransactionLoyaltyTransactionLoyaltyRequest. getLoyaltyTransaction()Gets the value of the loyaltyTransaction property.Methods in com.adyen.model.nexo with parameters of type LoyaltyTransaction Modifier and Type Method Description voidLoyaltyRequest. setLoyaltyTransaction(LoyaltyTransaction value)Sets the value of the loyaltyTransaction property.
-