Class TransactionResponseSearchPayload


  • public class TransactionResponseSearchPayload
    extends com.qivos.util.rest.common.envelope.SearchPayload<TransactionResponseSimple>
    Payload for the search response containing simple transaction data. This class extends SearchPayload to hold the search results for simple person data along with pagination details like 'hasMore' and 'totalCount'.
    • Constructor Detail

      • TransactionResponseSearchPayload

        public TransactionResponseSearchPayload​(List<TransactionResponseSimple> data,
                                                Boolean hasMore,
                                                Long totalCount)
        Constructs a new TransactionResponseSearchPayload with the specified data, pagination status, and total count of items.
        Parameters:
        data - the list of simple person response data
        hasMore - indicates whether there are more records available
        totalCount - the total number of records found