Class TransactionResponsePayload
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.Payload<TransactionResponseSimple>
-
- com.inteliqua.rest.transaction.payload.response.basic.TransactionResponsePayload
-
public class TransactionResponsePayload extends com.qivos.util.rest.common.envelope.Payload<TransactionResponseSimple>
Payload class for theTransactionResponseSimpleobject. This class is used to represent the actual data being sent in the response for person-related API calls.
-
-
Constructor Summary
Constructors Constructor Description TransactionResponsePayload(TransactionResponseSimple payload)Constructs a newTransactionResponsePayloadwith the given transaction response data.
-
-
-
Constructor Detail
-
TransactionResponsePayload
public TransactionResponsePayload(TransactionResponseSimple payload)
Constructs a newTransactionResponsePayloadwith the given transaction response data.- Parameters:
payload- the transaction response data to wrap inside the payload
-
-