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
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
date | date | The date of the entry. Will be in the form YYYY-MM-DD. |
amount | number | The total amount of the entry. |
notes | string | Any notes about the entry. |
createdAt | timestamp | The timestamp when the object was created. |
project | object | A simple object to the related project. See attributes. |
Project attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the project. |
client | object | A simple object to the related client. See attributes. |
Client attributes
Name | Type | Description |
---|---|---|
id | uuid | The unique identifier for the object. |
name | string | The name of the client. |