payableItems
A list of payable items.
The eventIds
argument can be used to specify the events for which the payable items are returned.
When not specified, the events to which the calling principal has access to are used.
Sandboxed events are always excluded.
Optionally, the lastModified
argument can be supplied to narrow the list of returned payable items based on their last modified date.
See PayableItemSearchFilterInput
for details on how the optional input
argument can be used to filter payable items.
Optionally, the offset
and limit
arguments can be used to page through multiple items:
offset
must be a non-negative integer (defaults to0
).limit
must be a positive integer from1
to2000
(defaults to100
).
payableItems(
eventIds: [ID!]! =
input: PayableItemSearchFilterInput! = [object Object]
lastModified: OpenEndedDateTimeRangeFilter
limit: PaginationLimit! = 100
offset: NonNegativeInt! = 0
): [PayableItem!]!
Arguments
payableItems.eventIds
● [ID!]!
non-null scalar
payableItems.input
● PayableItemSearchFilterInput!
non-null input
payableItems.lastModified
● OpenEndedDateTimeRangeFilter
input
payableItems.limit
● PaginationLimit!
non-null scalar
payableItems.offset
● NonNegativeInt!
non-null scalar
Type
PayableItem
object
A payable item.