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
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