Uses of Class
com.inteliqua.rest.coupon.payload.CouponResponse
-
-
Uses of CouponResponse in com.inteliqua.rest.coupon.payload
Constructor parameters in com.inteliqua.rest.coupon.payload with type arguments of type CouponResponse Constructor Description CouponMemberResponseListPayload(List<CouponResponse> data)Constructs a new payload containing a list of coupon responses. -
Uses of CouponResponse in com.inteliqua.rest.coupon.update
Constructors in com.inteliqua.rest.coupon.update with parameters of type CouponResponse Constructor Description CouponResponsePayload(CouponResponse data) -
Uses of CouponResponse in com.inteliqua.rest.customer.payload.loyalty.coupon.response
Constructor parameters in com.inteliqua.rest.customer.payload.loyalty.coupon.response with type arguments of type CouponResponse Constructor Description CouponResponseListPayload(List<CouponResponse> data)Constructs a newCouponResponseListPayloadwith the given list of coupon responses. -
Uses of CouponResponse 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 CouponResponse Modifier and Type Method Description List<CouponResponse>LoyaltyMembershipResponseExtended. getAvailableCoupons()Gets the list of available coupons for the member.Methods in com.inteliqua.rest.customer.payload.loyalty.member.response with parameters of type CouponResponse Modifier and Type Method Description voidLoyaltyMembershipResponseExtended. addCouponResponse(CouponResponse response)Adds a coupon response to the available coupons list.
-