# CashJournalsGetCashJournalRequest

## Example Usage

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

let value: CashJournalsGetCashJournalRequest = {
  cashJournalId: "20230817000319",
};
```

## Fields

| Field               | Type                | Required            | Description         | Example             |
| ------------------- | ------------------- | ------------------- | ------------------- | ------------------- |
| `cashJournalId`     | *string*            | :heavy_check_mark:  | The cashJournal id. | 20230817000319      |