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