# OtherAccounts

A customer-disclosed list of other Apex-held accounts owned by the Entity applicant at the time of this account's application; expressed as zero, one, or many account numbers

## Example Usage

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

let value: OtherAccounts = {};
```

## Fields

| Field                                | Type                                 | Required                             | Description                          | Example                              |
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
| `accountNames`                       | *string*[]                           | :heavy_minus_sign:                   | Other account names held at Apex     |                                      |
| `accountNumbers`                     | *string*[]                           | :heavy_minus_sign:                   | Other account numbers held at Apex   |                                      |
| `ownerHasOtherAccountsAtApex`        | *boolean*                            | :heavy_minus_sign:                   | The owner has other accounts at Apex | true                                 |