CheckRun
Represents check run configurations used to define check stock, print settings, and sort order for printing accounts payable checks.
Columns
| Name | Type | ReadOnly | Description |
| checkStock | String | False |
The check stock format used when printing checks in this check run. |
| checksPerPage | String | False |
The number of checks printed per page in this check run. |
| href | String | True |
The URL of the check run resource. |
| id | String | True |
The unique identifier of the check run. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the check run record. |
| printCheckStubDetail | Bool | False |
Indicates whether detailed stub information is printed on checks in this check run. |
| printVendorStubDetail | Bool | False |
Indicates whether detailed vendor stub information is printed on checks in this check run. |
| sortOrder | String | False |
The sort order applied to checks when printing this check run. |
| status | String | False |
The current status of the check run, such as active or inactive. |
| title | String | False |
The title or name of this check run. |
| whenCreated | Date | True |
The date when this check run was created. |