Class CouponMemberResponseListPayload


  • public class CouponMemberResponseListPayload
    extends com.qivos.util.rest.common.envelope.Payload<List<CouponResponse>>
    Payload wrapper for a list of CouponResponse objects.

    This class extends the generic Payload container to hold multiple coupon responses, typically used in API responses for listing coupon data associated with one or more loyalty members.

    See Also:
    CouponResponse, Author: nikritikos
    • Constructor Detail

      • CouponMemberResponseListPayload

        public CouponMemberResponseListPayload​(List<CouponResponse> data)
        Constructs a new payload containing a list of coupon responses.
        Parameters:
        data - the list of CouponResponse objects