Class TransactionResponsePayload


  • public class TransactionResponsePayload
    extends com.qivos.util.rest.common.envelope.Payload<TransactionResponseSimple>
    Payload class for the TransactionResponseSimple object. This class is used to represent the actual data being sent in the response for person-related API calls.
    • Constructor Detail

      • TransactionResponsePayload

        public TransactionResponsePayload​(TransactionResponseSimple payload)
        Constructs a new TransactionResponsePayload with the given transaction response data.
        Parameters:
        payload - the transaction response data to wrap inside the payload