Financial Batch
Property | Type | Description |
---|---|---|
| int | Read-only; Unique identifier for a Financial Batch in this context. |
| long | Required; User-specified identifier for this batch. Must be unique within this context. |
| int | Required; Designation to associate this Financial Batch with. |
| string | User-specified name for this batch. Must be unique within this context. Must not be |
| int | If set, the number of contributions expected for this batch. The total count of contributions in the batch must match the expected count in order to close the batch. |
| decimal | If set, the total monetary amount of contributions expected for this batch. The total amount of contributions in the batch must match the expected amount in order to close the batch. |
| bool | Read-only; A batch may have a status of open or closed. If |
| date | Read-only; If set, this is the date the batch was opened. |
| date | Read-only; If set, this is the date the batch was closed. |
| bool | Read-only; If |
| int | Read-only; If set, the bank account associated with the batch. |
| date | Read-only; If set, the deposit date recorded on the batch. |
| int | Read-only; If set, the deposit number recorded on the batch. |
| date | Read-only; If set, the check date recorded on the batch. |
| int | Read-only; If set, the check number recorded on the batch. |