# AccountAccreditationServiceGetAccountAccreditationRequest

## Example Usage

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

let value: AccountAccreditationServiceGetAccountAccreditationRequest = {
  accountId: "01JR8YQT40WAQT8S95ZQGS1QN0",
};
```

## Fields

| Field                      | Type                       | Required                   | Description                | Example                    |
| -------------------------- | -------------------------- | -------------------------- | -------------------------- | -------------------------- |
| `accountId`                | *string*                   | :heavy_check_mark:         | The account id.            | 01JR8YQT40WAQT8S95ZQGS1QN0 |