Class PersonConsentDataResponsePayload
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.Payload<PersonConsentDataResponse>
-
- com.inteliqua.rest.customer.payload.consent.response.PersonConsentDataResponsePayload
-
public class PersonConsentDataResponsePayload extends com.qivos.util.rest.common.envelope.Payload<PersonConsentDataResponse>
Represents the response payload containing the person's consent data. This class wraps the actual response data, allowing it to be handled consistently by the API.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description PersonConsentDataResponsePayload(PersonConsentDataResponse data)Constructor to initialize the response payload with the consent data response.
-
-
-
Constructor Detail
-
PersonConsentDataResponsePayload
public PersonConsentDataResponsePayload(PersonConsentDataResponse data)
Constructor to initialize the response payload with the consent data response.- Parameters:
data- The consent data response to be wrapped in the payload.
-
-