Class PersonConsentDataResponseEnvelope
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonConsentDataResponsePayload>
-
- com.inteliqua.rest.customer.payload.consent.response.PersonConsentDataResponseEnvelope
-
public class PersonConsentDataResponseEnvelope extends com.qivos.util.rest.common.envelope.APIResponseEnvelope<PersonConsentDataResponsePayload>
Envelope wrapper for thePersonConsentDataResponsePayload.This class extends
APIResponseEnvelopeand is used to structure the response data for person consent information, encapsulating the relevant consent details for a customer or loyalty member.- See Also:
Author: nikritikos
-
-
Constructor Summary
Constructors Constructor Description PersonConsentDataResponseEnvelope(PersonConsentDataResponsePayload payload)Constructs a new response envelope containing the consent data payload.
-
-
-
Constructor Detail
-
PersonConsentDataResponseEnvelope
public PersonConsentDataResponseEnvelope(PersonConsentDataResponsePayload payload)
Constructs a new response envelope containing the consent data payload.- Parameters:
payload- the payload containing the person consent data
-
-