CollectionCase
A case to collect outstanding debts from a customer based on unpaid invoices.
Fields
caseNumber (String!)
The collection case number
createdAt (ISO8601DateTime)
The date and time when the collection case record was first created.
id (ID!)
ID to identify the collection case with
invoices (InvoiceConnection)
Invoices part of this collection case
Argument | Description |
---|---|
after (String) | Returns the elements in the list that come after the specified cursor. |
before (String) | Returns the elements in the list that come before the specified cursor. |
first (Int) | Returns the first n elements from the list. |
last (Int) | Returns the last n elements from the list. |
project (Project!)
status (CollectionCaseStatus!)
The status of the collection case
updatedAt (ISO8601DateTime)
The date and time when the collection case record was last updated.
Last updated