Class 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 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.