IntranetBillingStatementPaginator
A paginated list of IntranetBillingStatement items.
type IntranetBillingStatementPaginator {
paginatorInfo: PaginatorInfo!
data: [IntranetBillingStatement!]!
}
Fields
IntranetBillingStatementPaginator.paginatorInfo ● PaginatorInfo! non-null object
Pagination information about the list of items.
IntranetBillingStatementPaginator.data ● [IntranetBillingStatement!]! non-null object
A list of IntranetBillingStatement items.


