Package io.sendon.payment.response
Class GetPaymentHistories.GetPaymentHistoriesData
- java.lang.Object
-
- io.sendon.payment.response.GetPaymentHistories.GetPaymentHistoriesData
-
- Enclosing class:
- GetPaymentHistories
public static class GetPaymentHistories.GetPaymentHistoriesData extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intcurrentPagebooleanhasNextPageList<GetPaymentHistories.PaymentHistoryItem>historiesinttotalCountinttotalPages
-
Constructor Summary
Constructors Constructor Description GetPaymentHistoriesData()
-
-
-
Field Detail
-
histories
public List<GetPaymentHistories.PaymentHistoryItem> histories
-
totalCount
public int totalCount
-
totalPages
public int totalPages
-
currentPage
public int currentPage
-
hasNextPage
public boolean hasNextPage
-
-