Uses of Class
com.adyen.model.nexo.LoyaltyTotals
-
Packages that use LoyaltyTotals Package Description com.adyen.model.nexo -
-
Uses of LoyaltyTotals in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type LoyaltyTotals Modifier and Type Field Description protected List<LoyaltyTotals>TransactionTotals. loyaltyTotalsThe Loyalty totals.Methods in com.adyen.model.nexo that return LoyaltyTotals Modifier and Type Method Description LoyaltyTotalsObjectFactory. createLoyaltyTotals()Create an instance ofLoyaltyTotalsMethods in com.adyen.model.nexo that return types with arguments of type LoyaltyTotals Modifier and Type Method Description List<LoyaltyTotals>TransactionTotals. getLoyaltyTotals()Gets the value of the loyaltyTotals property.
-