Class MembershipClubResponseEnvelope
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.APIResponseEnvelope<MembershipClubResponsePayload>
-
- com.inteliqua.rest.customer.payload.club.response.MembershipClubResponseEnvelope
-
public class MembershipClubResponseEnvelope extends com.qivos.util.rest.common.envelope.APIResponseEnvelope<MembershipClubResponsePayload>
Envelope wrapper for theMembershipClubResponsePayload.This class provides a standardized API response structure for membership club data, extending
Typically used as the top-level response from endpoints that return club-related information for a customer or loyalty member.APIResponseEnvelope.- See Also:
Author: nikritikos
-
-
Constructor Summary
Constructors Constructor Description MembershipClubResponseEnvelope(MembershipClubResponsePayload payload)Constructs a new response envelope with the given club response payload.
-
-
-
Constructor Detail
-
MembershipClubResponseEnvelope
public MembershipClubResponseEnvelope(MembershipClubResponsePayload payload)
Constructs a new response envelope with the given club response payload.- Parameters:
payload- the payload containing membership club data
-
-