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