Class CouponSetSearchExtendedResponseEnvelope


  • public class CouponSetSearchExtendedResponseEnvelope
    extends com.qivos.util.rest.common.envelope.APIResponseSearchEnvelope<CouponSetSearchExtendedResponsePayload>
    Response envelope wrapper specifically for coupon set search results.

    This class extends APIResponseSearchEnvelope to provide type-safe wrapping of CouponSetSearchExtendedResponsePayload data.

    Used to standardize the API response format for search operations related to coupon sets.

    • Constructor Detail

      • CouponSetSearchExtendedResponseEnvelope

        public CouponSetSearchExtendedResponseEnvelope​(CouponSetSearchExtendedResponsePayload payload)
        Constructs a new CouponSetSearchExtendedResponseEnvelope with the given payload.
        Parameters:
        payload - the search response payload containing coupon set data