# AccountAccreditation

An account accreditation

## Example Usage

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

let value: AccountAccreditation = {};
```

## Fields

| Field                                                                                                                                       | Type                                                                                                                                        | Required                                                                                                                                    | Description                                                                                                                                 | Example                                                                                                                                     |
| ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- |
| `accountId`                                                                                                                                 | *string*                                                                                                                                    | :heavy_minus_sign:                                                                                                                          | The ID of the account specified in the request.                                                                                             | 01JR8YQT40WAQT8S95ZQGS1QN0                                                                                                                  |
| `accreditationType`                                                                                                                         | [components.AccreditationType](../../models/components/accreditationtype.md)                                                                | :heavy_minus_sign:                                                                                                                          | The specified account’s current accreditation type.                                                                                         | NET_WORTH_GT_1M                                                                                                                             |
| `name`                                                                                                                                      | *string*                                                                                                                                    | :heavy_minus_sign:                                                                                                                          | The resource name of the account accreditation. Note `{account}` will be the `account_id` value.<br/><br/> Format: accounts/{account}/accreditation | accounts/01JR8YQT40WAQT8S95ZQGS1QN0/accreditation                                                                                           |
| `updateTime`                                                                                                                                | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                                               | :heavy_minus_sign:                                                                                                                          | The date and time when the accreditation was last set or updated. Uses [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601).           | 2023-08-27T10:30:00Z                                                                                                                        |