-
public final class TransactionHistoryListResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTransactionHistoryListResponse.Companion
-
Constructor Summary
Constructors Constructor Description TransactionHistoryListResponse(String guid, String message, List<TransactionHistoryListResponseResult> result, Integer status)
-
Method Summary
Modifier and Type Method Description final StringgetGuid()final StringgetMessage()final List<TransactionHistoryListResponseResult>getResult()final IntegergetStatus()-
-
Constructor Detail
-
TransactionHistoryListResponse
TransactionHistoryListResponse(String guid, String message, List<TransactionHistoryListResponseResult> result, Integer status)
-
-
Method Detail
-
getMessage
final String getMessage()
-
getResult
final List<TransactionHistoryListResponseResult> getResult()
-
-
-
-