Uses of Class
com.adyen.model.nexo.LoyaltyResult
-
Packages that use LoyaltyResult Package Description com.adyen.model.nexo -
-
Uses of LoyaltyResult in com.adyen.model.nexo
Fields in com.adyen.model.nexo with type parameters of type LoyaltyResult Modifier and Type Field Description protected List<LoyaltyResult>LoyaltyResponse. loyaltyResultThe Loyalty result.protected List<LoyaltyResult>PaymentResponse. loyaltyResultThe Loyalty result.protected List<LoyaltyResult>PerformedTransaction. loyaltyResultThe Loyalty result.Methods in com.adyen.model.nexo that return LoyaltyResult Modifier and Type Method Description LoyaltyResultObjectFactory. createLoyaltyResult()Create an instance ofLoyaltyResultMethods in com.adyen.model.nexo that return types with arguments of type LoyaltyResult Modifier and Type Method Description List<LoyaltyResult>LoyaltyResponse. getLoyaltyResult()Gets the value of the loyaltyResult property.List<LoyaltyResult>PaymentResponse. getLoyaltyResult()Gets the value of the loyaltyResult property.List<LoyaltyResult>PerformedTransaction. getLoyaltyResult()Gets the value of the loyaltyResult property.
-