Skip to main content

paymentsOnAccount

This query fetches Payments on Account that still have an unallocated or partially allocated balance. dateRange.start is required and defines the incremental sync watermark: records created or updated on or after that timestamp are returned. An optional dateRange.end bounds the upper limit. Use Pagination to page through results.

paymentsOnAccount(
dateRange: DateRange!
pagination: Pagination
options: QueryOptions
): PaymentOnAccountData

Arguments

paymentsOnAccount.dateRange ● DateRange! non-null input

paymentsOnAccount.pagination ● Pagination input

paymentsOnAccount.options ● QueryOptions input

Type

PaymentOnAccountData object

A collection of payments on account and the associated pagination information.