---
title: hasMore
framework: appstoreserverapi
role: symbol
role_heading: Type
path: appstoreserverapi/hasmore
---

# hasMore

A Boolean value indicating whether the App Store has more transaction data.

## Declaration

```data
boolean hasMore
```

## Discussion

Discussion This value is true if the App Store has more transactions for the customer. Call the endpoint again, including the revision or paginationToken query parameter, to get the next set of transactions. If this value is false, there aren’t any additional transactions. The hasMore value appears in responses to endpoints that provide paginated results, such as NotificationHistoryResponse, HistoryResponse, and RefundHistoryResponse.

## See Also

### Response data types

- [appAppleId](appstoreserverapi/appappleid.md)
- [bundleId](appstoreserverapi/bundleid.md)
- [environment](appstoreserverapi/environment.md)
- [revision](appstoreserverapi/revision.md)
- [JWSTransaction](appstoreserverapi/jwstransaction.md)
