Uses of Class
com.inteliqua.rest.transaction.payload.response.basic.TransactionResponseSimple
-
Packages that use TransactionResponseSimple Package Description com.inteliqua.rest.transaction.payload.response.basic -
-
Uses of TransactionResponseSimple in com.inteliqua.rest.transaction.payload.response.basic
Constructors in com.inteliqua.rest.transaction.payload.response.basic with parameters of type TransactionResponseSimple Constructor Description TransactionResponsePayload(TransactionResponseSimple payload)Constructs a newTransactionResponsePayloadwith the given transaction response data.Constructor parameters in com.inteliqua.rest.transaction.payload.response.basic with type arguments of type TransactionResponseSimple Constructor Description TransactionResponseSearchPayload(List<TransactionResponseSimple> data, Boolean hasMore, Long totalCount)Constructs a newTransactionResponseSearchPayloadwith the specified data, pagination status, and total count of items.
-