Uses of Class
com.inteliqua.rest.customer.payload.loyalty.redemptionlevel.LoyaltyRedemptionLevel
-
Packages that use LoyaltyRedemptionLevel Package Description com.inteliqua.rest.customer.payload.loyalty.member.response com.inteliqua.rest.customer.payload.loyalty.redemptionlevel -
-
Uses of LoyaltyRedemptionLevel in com.inteliqua.rest.customer.payload.loyalty.member.response
Methods in com.inteliqua.rest.customer.payload.loyalty.member.response that return types with arguments of type LoyaltyRedemptionLevel Modifier and Type Method Description List<LoyaltyRedemptionLevel>LoyaltyMembershipResponseSimple. getRedemptionLevelList()Method parameters in com.inteliqua.rest.customer.payload.loyalty.member.response with type arguments of type LoyaltyRedemptionLevel Modifier and Type Method Description voidLoyaltyMembershipResponseSimple. addRedemptionLevels(List<LoyaltyRedemptionLevel> levels)Add redemption level. -
Uses of LoyaltyRedemptionLevel in com.inteliqua.rest.customer.payload.loyalty.redemptionlevel
Subclasses of LoyaltyRedemptionLevel in com.inteliqua.rest.customer.payload.loyalty.redemptionlevel Modifier and Type Class Description classRedemptionLevelAmountRepresents a redemption level where the reward is a specific monetary amount.classRedemptionLevelBookCouponGroupRepresents a redemption level where the reward is a group of book coupons.classRedemptionLevelCouponRepresents a redemption level where the reward is a set of coupons.classRedemptionLevelDiscountRepresents a redemption level where the reward is a discount.classRedemptionLevelOtherRepresents a redemption level where the reward is an arbitrary message or other non-standard reward.
-