Class CouponResponseListPayload
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.Payload<List<CouponResponse>>
-
- com.inteliqua.rest.customer.payload.loyalty.coupon.response.CouponResponseListPayload
-
public class CouponResponseListPayload extends com.qivos.util.rest.common.envelope.Payload<List<CouponResponse>>
Represents a payload containing a list of coupon responses. This class extends the genericPayloadclass to handle a collection ofCouponResponseobjects.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description CouponResponseListPayload(List<CouponResponse> data)Constructs a newCouponResponseListPayloadwith the given list of coupon responses.
-
-
-
Constructor Detail
-
CouponResponseListPayload
public CouponResponseListPayload(List<CouponResponse> data)
Constructs a newCouponResponseListPayloadwith the given list of coupon responses.- Parameters:
data- A list ofCouponResponseobjects that will form the payload.
-
-