# CashJournalSchedulesSearchCashJournalSchedulesRequest

## Example Usage

```typescript
import { CashJournalSchedulesSearchCashJournalSchedulesRequest } from "@apexfintechsolutions/ascend-sdk/models/operations";

let value: CashJournalSchedulesSearchCashJournalSchedulesRequest = {};
```

## Fields

| Field                                                                                                                                                                                                                           | Type                                                                                                                                                                                                                            | Required                                                                                                                                                                                                                        | Description                                                                                                                                                                                                                     | Example                                                                                                                                                                                                                         |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `sourceAccount`                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                              | The source account for the Cash Journal<br/><br/>**Field Dependencies:**<br/><br/>At least one of source_account or destination_account is required<br/><br/>Required if `destination_account` is not present.                  | accounts/01H8FB90ZRRFWXB4XC2JPJ1D4Y                                                                                                                                                                                             |
| `destinationAccount`                                                                                                                                                                                                            | *string*                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                              | The destination account for the Cash Journal<br/><br/>**Field Dependencies:**<br/><br/>At least one of source_account or destination_account is required<br/><br/>Required if `source_account` is not present.                  | accounts/01H8FB90ZRRFWXB4XC2JPJ1D5Z                                                                                                                                                                                             |
| `filter`                                                                                                                                                                                                                        | *string*                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                              | A CEL string to filter results; See the [CEL Search](https://developer.apexclearing.com/apex-fintech-solutions/docs/cel-search) page in Guides for more information; Filter options include:<br/> `state`<br/> `start_date`<br/> `end_date` | state == 'ACTIVE' && start_date > '2024-04-05' && end_date < '2024-08-10'                                                                                                                                                       |
| `pageSize`                                                                                                                                                                                                                      | *number*                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                              | The maximum number of schedules to return. The service may return fewer than this value. If unspecified, at most 25 schedules will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.           | 100                                                                                                                                                                                                                             |
| `pageToken`                                                                                                                                                                                                                     | *string*                                                                                                                                                                                                                        | :heavy_minus_sign:                                                                                                                                                                                                              | The page token to request                                                                                                                                                                                                       | 4ZHd3wAaMD1IQ0ZKS2BKV0FSRVdLW4VLWkY1R1B3MU4                                                                                                                                                                                     |