Project revenue recognition entry object

Scheduled recognition of payments for fixed-fee projects. This is only available for projects that have a billing type of "fixed" or "fixed_recurring" and where the revenue recognition mode is set to "manual".

Example

{
  "id": "43153586-0a86-4aab-969f-3697b0b45ff8",
  "date": "2022-03-18",
  "amount": 10000,
  "notes": "First payment",
  "createdAt": "2022-03-18T16:21:50.588Z",
  "project": {
    "id": "095e0780-48bf-472c-8deb-2fc3ebc7d90c",
    "name": "Vendor Portal",
    "client": {
      "id": "4cacdf11-71d1-4fbb-90ee-b091803581b0",
      "name": "Joe's Shop"
    }
  }
}

Attributes

NameTypeDescription
iduuidThe unique identifier for the object.
datedateThe date of the entry. Will be in the form YYYY-MM-DD.
amountnumberThe total amount of the entry.
notesstringAny notes about the entry.
createdAttimestampThe timestamp when the object was created.
projectobjectA simple object to the related project. See attributes.

Project attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the project.
clientobjectA simple object to the related client. See attributes.

Client attributes

NameTypeDescription
iduuidThe unique identifier for the object.
namestringThe name of the client.