# AffirmAgreementsResponse

The response for affirming agreements.

## Example Usage

```typescript
import { AffirmAgreementsResponse } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: AffirmAgreementsResponse = {};
```

## Fields

| Field                                                                     | Type                                                                      | Required                                                                  | Description                                                               |
| ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| `agreements`                                                              | [components.Agreement](../../models/components/agreement.md)[]            | :heavy_minus_sign:                                                        | The collection of affirmed legal agreements belonging to a given account. |