# ListAvailableRestrictionsResponse

The response to list available Restrictions for an Account.

## Example Usage

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

let value: ListAvailableRestrictionsResponse = {};
```

## Fields

| Field                                                                                | Type                                                                                 | Required                                                                             | Description                                                                          |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `availableRestrictions`                                                              | [components.AvailableRestriction](../../models/components/availablerestriction.md)[] | :heavy_minus_sign:                                                                   | The available restrictions on an account                                             |