MiscellaneousChargePage
A page of miscellaneous charges together with pagination metadata.
Returned by *Paged query fields such as Contact.miscellaneousChargesPaged. Use items for the charges
on the current page and pageInfo to drive pagination UI (total count, has-next-page, etc.).
type MiscellaneousChargePage {
items: [MiscellaneousCharge!]!
pageInfo: OffsetPageInfo!
}
Fields
MiscellaneousChargePage.items ● [MiscellaneousCharge!]! non-null object
The miscellaneous charges on this page, in the same order they would be returned by the equivalent
miscellaneousCharges field with the same offset, limit and filter arguments.
MiscellaneousChargePage.pageInfo ● OffsetPageInfo! non-null object
Pagination metadata for this page.
Member Of
CeContactStoreContact object ● Contact object ● MembershipContactStoreContact object