Uses of Class
com.adyen.model.nexo.LoyaltyAmount
-
Packages that use LoyaltyAmount Package Description com.adyen.model.nexo -
-
Uses of LoyaltyAmount in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as LoyaltyAmount Modifier and Type Field Description protected LoyaltyAmountLoyaltyData. loyaltyAmountThe Loyalty amount.protected LoyaltyAmountLoyaltyResult. loyaltyAmountThe Loyalty amount.Methods in com.adyen.model.nexo that return LoyaltyAmount Modifier and Type Method Description LoyaltyAmountObjectFactory. createLoyaltyAmount()Create an instance ofLoyaltyAmountLoyaltyAmountLoyaltyData. getLoyaltyAmount()Gets the value of the loyaltyAmount property.LoyaltyAmountLoyaltyResult. getLoyaltyAmount()Gets the value of the loyaltyAmount property.Methods in com.adyen.model.nexo with parameters of type LoyaltyAmount Modifier and Type Method Description voidLoyaltyData. setLoyaltyAmount(LoyaltyAmount value)Sets the value of the loyaltyAmount property.voidLoyaltyResult. setLoyaltyAmount(LoyaltyAmount value)Sets the value of the loyaltyAmount property.
-