Uses of Class
com.adyen.model.nexo.LoyaltyData
-
Packages that use LoyaltyData Package Description com.adyen.model.nexo -
-
Uses of LoyaltyData in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type LoyaltyData Modifier and Type Field Description protected List<LoyaltyData>LoyaltyRequest. loyaltyDataThe Loyalty data.protected List<LoyaltyData>PaymentRequest. loyaltyDataThe Loyalty data.Methods in com.adyen.model.nexo that return LoyaltyData Modifier and Type Method Description LoyaltyDataObjectFactory. createLoyaltyData()Create an instance ofLoyaltyDataMethods in com.adyen.model.nexo that return types with arguments of type LoyaltyData Modifier and Type Method Description List<LoyaltyData>LoyaltyRequest. getLoyaltyData()Gets the value of the loyaltyData property.List<LoyaltyData>PaymentRequest. getLoyaltyData()Gets the value of the loyaltyData property.
-