# LedgerGetActivityRequest

## Example Usage

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

let value: LedgerGetActivityRequest = {
  accountId: "01FAKEACCOUNT1TYKWEYRH8S2K",
  activityId: "FAKEACTIVITYID",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `accountId`                | *string*                   | :heavy_check_mark:         | The account id.            | 01FAKEACCOUNT1TYKWEYRH8S2K |
| `activityId`               | *string*                   | :heavy_check_mark:         | The activity id.           | FAKEACTIVITYID             |