# AssetsGetAssetCorrespondentRequest

## Example Usage

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

let value: AssetsGetAssetCorrespondentRequest = {
  correspondentId: "8395",
  assetId: "<id>",
};
```

## Fields

| Field                 | Type                  | Required              | Description           | Example               |
| --------------------- | --------------------- | --------------------- | --------------------- | --------------------- |
| `correspondentId`     | *string*              | :heavy_check_mark:    | The correspondent id. | 8395                  |
| `assetId`             | *string*              | :heavy_check_mark:    | The asset id.         |                       |