Class PersonResponseExtendedPayload
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.Payload<PersonResponseExtended>
-
- com.inteliqua.rest.customer.payload.person.response.PersonResponseExtendedPayload
-
public class PersonResponseExtendedPayload extends com.qivos.util.rest.common.envelope.Payload<PersonResponseExtended>
This class represents the extended person response payload. It encapsulates the data related to the extended details of a person. It is used to wrap the response payload in API responses for extended person data.- Author:
- nikritikos
-
-
Constructor Summary
Constructors Constructor Description PersonResponseExtendedPayload(PersonResponseExtended data)Constructor to initialize the payload with the extended person response data.
-
-
-
Constructor Detail
-
PersonResponseExtendedPayload
public PersonResponseExtendedPayload(PersonResponseExtended data)
Constructor to initialize the payload with the extended person response data.- Parameters:
data- The extended person response data.
-
-